android: monkey.sh: Test 10000000 times

This commit is contained in:
Calcitem 2021-03-05 21:52:32 +08:00
parent 53acff3cfb
commit 7b3ed6c4b8
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
cd ~/AppData/Local/Android/Sdk/platform-tools
./adb shell monkey -v -p com.calcitem.sanmill --pct-touch 100 --pct-trackball 0 --pct-nav 0 --pct-majornav 0 --pct-syskeys 0 --pct-anyevent 0 --throttle 100 1000000
./adb shell monkey -v -p com.calcitem.sanmill --pct-touch 100 --pct-trackball 0 --pct-nav 0 --pct-majornav 0 --pct-syskeys 0 --pct-anyevent 0 --throttle 100 10000000