Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to enable Android monitor?

I wanted to see how much memory consume my application but when I open Android Monitor it's showing this monitor is disabled even my application running on device and also selected in debuggable application

enter image description here

enter image description here Already Enabled ADB integration

enter image description here

I am wondering how to enable it.

Thanks

like image 579
Ajit Kumar Dubey Avatar asked Dec 31 '25 20:12

Ajit Kumar Dubey


1 Answers

You can Simply Go To Tools > Android > Android Device Monitor in That Monitor you can find tabs like System Information or Heap. Is this answer your question?

Update:

another way you can have it. like this
Eclipse Preferences (OSX) > Android > DDMS > check Thread Updates Enabled by Default

Add Android Device view to get device pan(e) noted above

Set android:debuggable=true (two g's) in app tag as noted above

Run your app in emulator

Select device in device pane

Click the update threads button

like image 90
GreenROBO Avatar answered Jan 02 '26 11:01

GreenROBO