Re: [android-kernel] System Calls in Android

2010-01-05 Thread bappa mondal
Hi, you can use strace to trace all system call by Android Task. Bappa On Tue, Jan 5, 2010 at 12:42 PM, perumal316 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 SM

[android-kernel] System Calls in Android

2010-01-04 Thread perumal316
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, Peruma