仅有一台设备:
adb shell dumpsys activity | findstr "mFocusedActivity"
多台设备:
多台设备需要指定某一台设备执行adb shell
1. adb devices
2. adb -s xxxxxxx(设备iD) shell dumpsys activity | findstr "mFocusedActivity"
仅有一台设备:
adb shell dumpsys activity | findstr "mFocusedActivity"
多台设备:
多台设备需要指定某一台设备执行adb shell
1. adb devices
2. adb -s xxxxxxx(设备iD) shell dumpsys activity | findstr "mFocusedActivity"