Hi, I want to trace the system calls (using strace) made by Android Applications. Currently I can do this in the terminal or adb shell.
I wrote a simple Hello World app in C then cross-compile it and adb push into /data directory then did strace. But how to use strace on those applications installed in the menu? Thanks in Advance. Regards, Perumal
