Where is Status Management in Android Studio 3?

There was a very convenient debugging feature that was present in the Android 2.x studio, but is currently not in 3.x.

In the user interface, it was a little hidden:

1lshe.png

He will then request the detailed status of the activity manager:

iYblz.png

I know that I can get this output using shell commands , I'm just wondering if it is possible to get the old functions back?

+4
source share
1 answer

As indicated by Wojtek KaliciΕ„ski in a tweet :

k4LkX.png

An error opens here .


Update

, . - , " dumpsys adb" . , .

+3

Source: https://habr.com/ru/post/1688293/


All Articles