Is there any way to trace through function calls at the lowest level of the Android system? Now when I debug in Eclipse, it goes through the source files that are located inside the framework folder, but can it also be less? For example, tell what the duties are being said to the libcore folder. I also have to find out how it communicates with the Linux kernel below the layers. Is there any way of doing it? Thank you, if you add all framework source folders, then rely on JNI
At the lowest level, you get Eclipse The call can go with the debugger (the layer that has the interface with the original code).
If you want to go lower, you need to use gnu gdb debugger, you will find a guide about how to use it.
Comments
Post a Comment