- 常用执行命令:adb shell monkey -p com.aaa.bbb --throttle 200 --ignore-crashes --ignore-timeouts --ignore-security-exceptions -v -v 100000>d:\2.11.3_monkeylog.txt
- 禁用状态栏(避免自动开启飞行模式或断网):adb shell settings put global policy_control immersive.full=*
- 恢复状态栏:adb shell settings put global policy_control null
- 终止monkey:ps | grep monkey kill pid