Hi, Sorry, I am a bit confused. Using strace I can trace the system calls made by applications. In Android I can do so through adb shell, but how to I do so for contacts and Messaging because have to specify "strace <app name>" for it to work. Any idea which command I have to use to see the system calls made in writing/deleting contacts or writing/deleting SMS ?
Thanks in Advance, Perumal On Jan 5, 4:29 pm, bappa mondal <[email protected]> wrote: > Hi, > you can use strace to trace all system call by Android Task. > > Bappa > > > > On Tue, Jan 5, 2010 at 12:42 PM, perumal316 <[email protected]> wrote: > > Hi, > > > Is there any way I can find out the system calls invoked by Android > > for specific tasks? > > > For example, for writing/deleting contacts or writing/deleting SMS > > what are the Linux system calls invoked by Android for these tasks? > > > I can't find any links explaining on this. > > > Thanks in Advance, > > Perumal > > > -- > > unsubscribe: > > [email protected]<android-kernel%[email protected]> > > website:http://groups.google.com/group/android-kernel > > -- > "A Ship is always safe at the shore - but that is NOT what it is > built for" - Albert Einstein -- unsubscribe: [email protected] website: http://groups.google.com/group/android-kernel
