Martin
Martin

Reputation: 171

How to see the process id in Android Device Monitor on Android Studio when debugging?

Currently it just shows my device and does not show the process id running on the device in Android Device Monitor. How Do I enable it to see the Process id on Android Device Monitor?

Upvotes: 2

Views: 5834

Answers (1)

Kirill Shalnov
Kirill Shalnov

Reputation: 2216

You can see all the processes at the following menu on Android Studio: Tools > Android > Android Device Monitor.

screenshot

Please, specify that do you mean and attach your screenshot

Upvotes: 1

Related Questions