Heap tracking issue fixed - Native Heap tab is empty

I want to track my own heap in my application.

I opened DDMS from the / tools sdk folder, as I saw in the tutorials, and I see the Native Heap Tab.

However, when I click the Update Heap icon, the native heap is still empty - I do not see any information there.

Tried this on two devices, one of which is rooted.

How to solve this problem?

thank!

Screenshot:

enter image description here

+5
source share
2 answers

. /data local.prop libc.debug.malloc = 1. . , ( ).

+1

All Articles