I have two questions:

1) I have been able to cross-compile strace for the Android emulator
to track system calls of running apps. I keep getting this error line:
“ptrace: umoven: I/O error”
in the adb shell window. Although I can collect the traces this error
is bugging me. Why do I get this error and how can I remove it? Here
is the command I execute:
strace -p <PID> -F -ff -tt -o <outputfile>

2) I now want to use ftrace and ltrace on the emulator too. I could
not find any instructions or source files for using these. For ltrace
I got the sources but I could not cross-compile it. I got an
error :"gelf.h not found" when I tried to construct the makefile. I
have no clue as to how I can compile and use ftrace on Android.

Any help will be appreciated

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to