I am working on solving a memory leak problem in Android native code
and after digging through the groups, I see that using libc_debug.so
and DDMS should help me with my task. However, I can't quite figure
out how to get the "Native Heap" in DDMS on the windows SDK version. I
can access my code base through a Windows mapped drive so that won't
be a problem.
I know for a Linux based DDMS, you can add "native=true" to ~/.android/
ddms.cfg. What is the equivalent step for the Windows SDK version of
DDMS?
Thank you in advance.
Kemo