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