adb shell ps |awk ‘/com.android.commands.monkey/ { system(“adb shell kill ” $2) }’
停止monkey脚本
最新推荐文章于 2024-01-19 11:07:21 发布
adb shell ps |awk ‘/com.android.commands.monkey/ { system(“adb shell kill ” $2) }’