adb常用命令

Mac/Linux:adb shell dumpsys window windows | grep mFocusedApp

Window:adb shell dumpsys window windows | findstr mFocusedApp

adb日志查看
adb logcat | grep "findStr"

你可能感兴趣的:(adb常用命令)