Monkey执行脚本

作者: 人失格 | 来源:发表于2016-12-02 12:03 被阅读71次

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

相关文章

网友评论

    本文标题:Monkey执行脚本

    本文链接:https://www.haomeiwen.com/subject/zuafmttx.html