Re: [android-kernel] Re: System Calls in Android

2014-04-29 Thread Mahdieh Kazemipour
Hi I want to use strace but I can not How do you do this ? "strace" with -e or -o option not work at adb shell and show this at command line "-" , finaly after minutes I must to type "Ctrl+C" and exit from adb why? can you suggest a book or manual about "strace" or like this sources step by s

Re: [android-kernel] Re: System Calls in Android

2010-01-05 Thread Tim Bird
perumal316 wrote: > 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 " for it to work. Any idea which command I have to >

[android-kernel] Re: System Calls in Android

2010-01-05 Thread perumal316
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 " for it to work. Any idea which command I have to use to see the system calls mad