You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* feat: add android schedstat support
This PR updates the target_os flags to enable schedstat support for android. Android has the same /proc/self/task/<tid>/schedstat file descriptor as typical linux systems. The running process is able to access it without running into permissions issues.
* fix: address target os inversion on schedstat test
0 commit comments