I am trying to profile memory usage of my Android application using DDMS. When I start the tool with my device connected, the device shows up. However, the button/tab for "Update Heap" is greyed out (disabled). Any idea why?
Asked
Active
Viewed 187 times
-1

Abhijit
- 89
- 12
-
["In the Devices tab, select the **process** that you want to see the heap information for."](http://developer.android.com/tools/debugging/ddms.html#heap) – JimmyB Feb 11 '16 at 12:47
-
I don't see any process there. Clicking on the device does not show up anything. – Abhijit Feb 11 '16 at 13:44
1 Answers
1
Stupid enough - I was trying using the release build. Loaded the debug build from Eclipse and the options were enabled.

Abhijit
- 89
- 12