可以通过adb shell进入shell命令,也可以直接拼接使用
adb shell "dumpsys window windows | grep -E mCurrentFocus|mFocusedApp"
或者
adb shell
dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'
可以通过adb shell进入shell命令,也可以直接拼接使用
adb shell "dumpsys window windows | grep -E mCurrentFocus|mFocusedApp"
或者
adb shell
dumpsys window windows | grep -E 'mCurrentFocus|mFocusedApp'