Howto find native code memory leak in Android
If you have the right kind of build on the ph
one, you can replace /
system/lib/libc.so with /system/lib/libc_debug.so and restart the
framework. Add "native=true" to your ~/.android/ddms.cfg, and start
the stand-alone version of DDMS. You should now have a "Native Heap"
tab that you can use to examine native allocations.
system/lib/libc.so with /system/lib/libc_debug.so and restart the
framework. Add "native=true" to your ~/.android/ddms.cfg, and start
the stand-alone version of DDMS. You should now have a "Native Heap"
tab that you can use to examine native allocations.
![]() |