Is there a way to trace through function calls at the lowest levels of the Android system? Right now when I debug in Eclipse, it goes through the source files that are located inside the frameworks folder, but is it possible to go even lower? For example show what functions are being called from the libcore folder. I am also interested to find how it communicates with the linux kernel at the bottom of the layers. Is there a way to do this? Thanks
A:
I guess the easy way would be compiling your own version of android from http://android.git.kernel.org/ and making it debuggable.
Macarse
2010-05-15 11:50:27
This will not go lower than the JNI, which is what the posted was asking for
Ricardo Villamil
2010-05-17 19:14:08
Yes, I have already done this, and it does not go lower as he said.
L4N0
2010-05-18 03:40:56