Monkey命令
adb shell monkey 100 执行monkey测试100次 针对rom测试或者
adb shell monkey -p 包名 100
adb shell monkey -p 包名 -v 30
adb shell monkey -p 包名 -v -v 30
adb shell monkey -p 包名 -v -v -v 30
adb shell monkey 100 >路径
monkey测试:adb shell monkey –s 10 100
adb shell monkey -p com.example.login --throttle 300 100
adb shell monkey --pct-touch 67 -v 10
adb shell monkey --pct-motion 67 -v 10
、