you need to define what you mean by API calls.
If you mean highlevel framework API calls, then you may have to instrument 
the framework API calls in the android source directly to log these 
accesses.
If you mean system calls, then just use strace.



On Sunday, March 16, 2014 12:48:37 PM UTC-4, Ruhi Sharma wrote:
>
> I have a .apk file and I want to log all the API calls made by this 
> application while running in the Emulator. I want to log the API calls into 
> a file while this application is running in the emulator. Note that I can't 
> access the code of the application. Is writing some kernel module in 
> emulator kernel(goldfish) is of any use? I have complied the goldfish 
> kernel and wrote a simple "Hello World" module in it. 
>
> If anybody knows the way to start it please help me.
>

-- 
-- 
unsubscribe: android-kernel+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-kernel
--- 
You received this message because you are subscribed to the Google Groups 
"Android Linux Kernel Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-kernel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to