using ps you can get the list of processes in the system and their pids. then just use strace -p [relevant pid] to trace.
On Dec 14 2009, 9:17 am, perumal316 <[email protected]> wrote: > 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
