$ adb shell ps | awk '/com\.android\.commands\.monkey/ { system("adb shell kill " $2) }'
停止android monkey
最新推荐文章于 2024-04-25 15:34:33 发布
$ adb shell ps | awk '/com\.android\.commands\.monkey/ { system("adb shell kill " $2) }'