adb shell monkey -p app包名 --throttle 100 -v --ignore-crashes --ignore-timeouts --ignore-security-exceptions --pct-touch 30 --pct-motion 30 --pct-appswitch 25 --pct-anyevent 15 --pct-majornav 0 100000 > D:\Monkey\monkey_info.txt
monkey -p app包名 --throttle 100 -v -v -v --ignore-crashes --ignore-timeouts --ignore-security-exceptions --pct-touch 30 --pct-motion 30 --pct-appswitch 25 --pct-syskeys 10 --pct-majornav 0 1000000 > D:\Monkey\monkey_info.txt
网友评论