单个设备 直接adb shell
多个设备 adb devices 查看设备 adb -s 设备名 shell 进入指定设备
adb shell dumpsys activity activities | findstr "Run" 查看正在运行的Activity
单个设备 直接adb shell
多个设备 adb devices 查看设备 adb -s 设备名 shell 进入指定设备
adb shell dumpsys activity activities | findstr "Run" 查看正在运行的Activity