1.查询进程命令:adb shell ps | findstr "monkey"
2.杀死进程命令:adb shell kill PID(15015是进程ID,不是所有Monkey进程ID都是15015,不要误会了。)