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
{{ message }}
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
russoue
changed the title
Tracing user space functions outside of the chroot
Tracing user space functions outside the chroot
Apr 11, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I run
trace 'p:c:write (arg1 == 1) "writing %d bytes to STDOUT"
I see traces of any writes tostdout
happening inside the chroot but nothing outside of it is traced. For example, if I have anadb shell
open and I do aecho hello
there it is not traced but anything happening on thestdout
of anotheradeb shell
is traced. Is this the intended behavior for user space tracing? Is there any way to trace user events outside the chroot?The text was updated successfully, but these errors were encountered: