Monkey测试 一、Monkey 命令 1、使用monkey测试手机所有程序 adb shell monkey 100 执行monkey测试100次 2、-p <允许的包名列表> adb shell monkey -p 包名 100 3、显示日志详细程度 adb shell monkey -p 包名 -v 30 adb shell monkey -p 包名 -v -v 30 adb shell monkey -p 包名 -v -v -v 30