[android-kernel] strace tutorial

2016-10-25 Thread Omkar Mozar
I have searched a lot on internet about how to use "strace" to find system calls made by my application but there is no proper tutorial for this. Internet stuff seems to be more confusing. To be more specific what i am looking for is how my application interacts with system? what calls it makes

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] strace

2009-12-15 Thread Alberto Panizzo
Hi Perumal Il giorno dom, 13/12/2009 alle 23.31 -0800, perumal316 ha scritto: > 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 > p

[android-kernel] strace

2009-12-13 Thread perumal316
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 could use strace. But how to use strace on the Android Applications