Monkey test command

Monkey test command

adb -s 202 shell monkey -s 500 --ignore-crashes --ignore-timeouts --monitor-native-crashes -v 1000000 | tee monkey_03.log
adb shell monkey -s 200 --ignore-crashes --ignore-timeouts --monitor-native-crashes -v 200 | tee monkey_03.log
adb shell monkey -s 500 --throttle 300 --ignore-crashes --ignore-timeouts --monitor-native-crashes -v 1000000 | tee monkey_03.log
adb shell monkey -s 500 --ignore-crashes --throttle 3000 --ignore-timeouts --monitor-native-crashes -v 1000000 | tee monkey_03.log
adb shell monkey --ignore-crashes --throttle 100 --ignore-timeouts --monitor-native-crashes -v 1000000 | tee monkey_03.log