Re: [android-kernel] strace

2014-05-13 Thread Peter Teoh
On Mon, Dec 14, 2009 at 3:31 PM, perumal316 wrote: > Hi, > > I want to trace the system calls (using strace) made by Android > Applications. I can do it using terminal emulator or adb shell. > > I wrote a simple Hello World app in C and the Cross-Compile it and adb > push it into /data and I coul

Re: [android-kernel] Re: strace

2014-05-13 Thread Peeyush Varshney
hello, run starce command on cmd like below strace pid >log.txt On Mon, May 12, 2014 at 1:03 PM, Rohit Kumar <07.rohit.ku...@gmail.com>wrote: > Hi Perumal, > First thing this is not forum for this question. > You have to build your own application for this purpose. For starting up > you can use