joelagnel / adeb

A debian-based shell environment designed for Android and adb
Apache License 2.0
318 stars 98 forks source link

Tracing user space functions outside the chroot #23

Open russoue opened 5 years ago

russoue commented 5 years ago

When I run trace 'p:c:write (arg1 == 1) "writing %d bytes to STDOUT" I see traces of any writes to stdout happening inside the chroot but nothing outside of it is traced. For example, if I have an adb shell open and I do a echo hello there it is not traced but anything happening on the stdout of another adeb shell is traced. Is this the intended behavior for user space tracing? Is there any way to trace user events outside the chroot?