Android command line
-
Show current tasks
adb shell dumpsys activity activites -
Show screen infos
adb shell dumpsys window -
Show gfxinfo
adb shell dumpsys gfxinfo <PACKAGE_NAME>
Show current tasks
adb shell dumpsys activity activites
Show screen infos
adb shell dumpsys window
Show gfxinfo
adb shell dumpsys gfxinfo <PACKAGE_NAME>