[android-kernel] Re: strace tutorial

2016-12-05 Thread Omkar Mozar
Trying to get attention to this question, kindly let me know if my question is not clear enough to understand. On Tuesday, October 25, 2016 at 10:53:35 PM UTC+5:30, Omkar Mozar wrote: > > I have searched a lot on internet about how to use "strace" to find system > calls made by my application bu

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

[android-kernel] Re: strace

2014-05-12 Thread Rohit Kumar
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 runtime.exec, you need some permission for your application. I am not sure but you can discuss more on this on application forum. Thanks, On Monday, 1

[android-kernel] Re: strace

2014-04-29 Thread Mahdieh Kazemipour
Hi I want to monitor android app and sys callas with "Starce" but I can not! at adb shell "Strace " with "-e trace=open,read " or with "-o " options get no info and I must use "Ctrl+c" and exit from adb with no output why?? On Tuesday, December 15, 2009 5:41:00 PM UTC-8, perumal316 wrote: > >

[android-kernel] Re: strace

2009-12-16 Thread Alberto Panizzo
Il giorno mar, 15/12/2009 alle 17.39 -0800, perumal316 ha scritto: > Hi, > > I currently working on a monitoring tool in a form of LKM, which I > want to use to monitor the system calls made and aruguments passed > during the calls. > > I can access into the system call table and replace system c

[android-kernel] Re: strace

2009-12-15 Thread perumal316
Hi, I currently working on a monitoring tool in a form of LKM, which I want to use to monitor the system calls made and aruguments passed during the calls. I can access into the system call table and replace system calls (using the LKM) but this is only for one system call. Any idea how to captu