adb shell ps | awk '/com\.android\.commands\.monkey/ { system(\"adb shell kill \" $2) }'停止monkey运行
ADB 命令终止 Monkey 进程
最新推荐文章于 2024-04-25 15:34:33 发布
ADB 命令终止 Monkey 进程
adb shell ps | awk '/com\.android\.commands\.monkey/ { system(\"adb shell kill \" $2) }'
561
1940