android-native-debug icon indicating copy to clipboard operation
android-native-debug copied to clipboard

Debug Android Framework Native Code Tutorial.

Results 3 android-native-debug issues
Sort by recently updated
recently updated
newest added

add-dsym /Volumes/android/Project/aosp/android-6.0.1_r24/out/target/product/generic/symbols/system/lib/libart.so error: symbol file '/Volumes/android/Project/aosp/android-6.0.1_r24/out/target/product/generic/symbols/system/lib/libart.so' does not match any existing module

我用楼主给的 DEBUG工程来debug,但是执行到第二步的时候 add-dsym /x x x/libart.so,出现 symbol file '/xxx/libart.so' does not match any existing module。google 了一下 据说 需要 启动的时候设置 -writable-system。(不然的话 system 是read only)但是发现这是这个启动项后 模拟器根本启动不起来,楼主知道该怎么解决吗?

今晚上试着调试下inputsurfaceflinger 但是怎么都不成功! 猜想: inputsurfaceflinger 运行在system_process, 而博文的是调试一个app进程的 ,垃圾回收机制运行于JVM中,所以能调试?? 而如果想调试一些其它的比较 Media/SurfaceFlinger这些module 貌似不行了??