Low level Android Debugging

Posted by L4N0 on Stack Overflow See other posts from Stack Overflow or by L4N0
Published on 2010-05-15T04:49:40Z Indexed on 2010/05/15 4:54 UTC
Read the original article Hit count: 258

Filed under:
|
|
|

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

© Stack Overflow or respective owner

Related posts about android

Related posts about linux