Under DDMS, there is a HEAP tab, and then I click my android application under 'Devices'. But it said 'Heap updates are NOT ENABLED for this client'.

How can I enable Heap update for my android application?

Thank you.

link|improve this question

74% accept rate
feedback

1 Answer

up vote 38 down vote accepted

On the devices tab, there are a bunch of icons starting with a green bug. To the right of that is the "Update Heap: button which looks like a green cylinder that is half full. Press that button and the heap tab should be enabled. Click "Cause GC" to populate the Heap tab.

link|improve this answer
1  
NB future readers: You have to select your process from the list first. – Timmmm Jan 29 at 19:36
For future readers: In eclipse you have to click Window -> Open Perspective -> DDMS, in order to open the DDMS perspective. There you have a lot of windows popping up - including a devices tab (the one that they're talking about). – Zainodis Mar 26 at 6:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.