monkey常用命令
adb shell monkey -p com.dkj.show.muse -s 888 -throttle 300 --pct-touch 100 --ignore-crashes --ignore-timeouts -v 100000 >E:\monkey.log.txt
设置seed值时,测试的起始位置要求相同
adb shell monkey -p com.dkj.show.muse -s 888 -throttle 300 --pct-touch 100 --ignore-crashes --ignore-timeouts -v 100000 >E:\monkey.log.txt
设置seed值时,测试的起始位置要求相同