Reputation: 45
i am new in android app testing. i need to find the heap size and heap uses for a app. so i am doing this by using DDMS but there is a problem that, its not showing the running process of device.
Device .Nexus 6.0.1. Can you tell me please What am I missing here??
any help would be appreciated.
See circle in the screenshot where the device is appear but its process not displayed
Upvotes: 0
Views: 1735
Reputation: 106
I just solved the problem.
If you only want to show the information of your app, adding android:debuggable="true" in the corresponding Manifest.xml.
Otherwise, rooting the device and flashing a customized boot.img with "ro.debuggable" set to 1.
Why? Check out: ro.debuggable
Upvotes: 2
Reputation: 917
Here you can find step by step process for find the heap size.
Hope this will help you..
Upvotes: 0
Reputation: 2934
There are 3 possibilities:
Try to change another usb cable.
Enable developer option
Upvotes: 0