it is possible to use strace. take a look at busybox for android. it should have an example.
for "android IPC", its not possible since the IPC is not system calls. -Earlence On Nov 2, 7:17 pm, michael <[email protected]> wrote: > so, it is not possible to use strace -f -p target app to observe all > the system calls? > > I thought, at least, we could observe the network related system calls > and file system related system call. for IPC, I doubt it. > > Any suggestions? > > On Nov 2, 3:51 am, Earlence <[email protected]> wrote: > > > > > > > > > you have to modify activity manager sevice which will route intents. > > this is not possible on a stock system. you have to build one > > yourself. > > > -Earlence > > > On Nov 1, 11:46 pm, michael <[email protected]> wrote: > > > > HI, all, > > > > I have one question about how to observe the Inter App Communication. > > > Because current Android applications use Intent to cooperate with > > > other apps, if I want to monitor one target application, how to make > > > sure I am in the right track of monitoring all the behaviors from that > > > target application? For example, strace could trace the system calls > > > from this target application, is it enough? > > > > Best, -- You received this message because you are subscribed to the Google Groups "Android Security Discussions" 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-security-discuss?hl=en.
