You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
435 B
435 B
dumpsys 相关命令
获取当前Activity
Linux:
adb shell dumpsys activity | grep "mFocusedActivity"
Windows:
adb shell dumpsys activity | findstr "mFocusedActicity"
获取当前Window
adb shell dumpsys window w | grep \/ | grep name=