Just wondering if someone knows how to find out memory leaks in native code from android. Google search gives lot of solution, but none of them is full. Please let me know if anybody knows how to do this.
See Question&Answers more detail:osJust wondering if someone knows how to find out memory leaks in native code from android. Google search gives lot of solution, but none of them is full. Please let me know if anybody knows how to do this.
See Question&Answers more detail:osReally useful information I got to find the leaks in native code.
/system/lib/libc.so
with /system/lib/libc_debug.so
In native-heap, you can see the allocations by native code.
For more information click here