I'm having problems getting information about the native heap from my HTC Magic running Android 2.2.1. I configured the standalone DDMS parameter "native = true" and used the commands:
- adb shell setprop libc.debug.malloc 1
- adb shell break
- adb shell launch
However, when I try to check whether the property is set correctly, it issues the command:
I get the following log message:
- "/ system / bin / sh: The module / system / lib / libc _malloc_debug_leak.so is missing, which is required for the debug level of malloc 1"
Can someone help me get distributed heap distributions?
Thanks,
Ove danner
source share