Re: [android-kernel] System Calls used in SMS and Call functions

2012-07-18 Thread Peter Teoh
On Tue, Mar 23, 2010 at 6:52 PM, perumal316 wrote: > Hi All, > > I want to log down the numbers to which SMS was send or calls being > placed to. Is it possible to do so by monitoring the system calls? > > I tried to monitor the sys_socketcall system call, but it is not > passing the numbers as p

Re: [android-kernel] System Calls used in SMS and Call functions

2010-03-23 Thread karthik poduval
Hey you could check the RIL(Radio Interface Layer) side logs, they might already be containing it. The RIL logs do not appear straight , u need to give some options to logcat to get them which I unfortunately do not remember at the moment. Regards, Karthik Poduval On Tue, Mar 23, 2010 at 5:52 AM

Re: [android-kernel] System Calls used in SMS and Call functions

2010-03-23 Thread San Mehat
On Tue, Mar 23, 2010 at 3:52 AM, perumal316 wrote: > Hi All, > > I want to log down the numbers to which SMS was send or calls being > placed to. Is it possible to do so by monitoring the system calls? > No. > I tried to monitor the sys_socketcall system call, but it is not > passing the numbers

[android-kernel] System Calls used in SMS and Call functions

2010-03-23 Thread perumal316
Hi All, I want to log down the numbers to which SMS was send or calls being placed to. Is it possible to do so by monitoring the system calls? I tried to monitor the sys_socketcall system call, but it is not passing the numbers as parameters. Is there any other system call that I can monitor to