1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00
Benoit Jacob ff6537abff Make sampling work on current Android (no su -c).
The `su -c` approach does not work on current Android. It seems that
on current Android, access to /proc and /sys is restricted enough
that in practice, developers profiling on Android are likely running
the whole instrumented process as root anyway, so `su` shouldn't be
needed. (In particular, note that access to /proc/$pid is limited
to members of a `readproc` group).
2020-11-12 11:18:18 -05:00
..
2020-08-11 23:25:23 +02:00
2020-03-01 01:02:25 +01:00
2020-07-31 02:42:22 +02:00
2019-11-21 20:41:57 +01:00
2019-06-27 19:14:51 +02:00
2020-02-24 23:04:53 +01:00
2020-02-25 23:08:52 +01:00
2020-07-19 13:04:51 +02:00