ADB Shell使用

指定包:

adb shell 

monkey -p com.zui.browser --ignore-crashes --ignore-native-crashes --ignore-timeouts --ignore-security-exceptions --throttle 500 -v -v -v 100000 2> /sdcard/error.txt 1> /sdcard/info.txt

整机:

adb shell
monkey --ignore-crashes --ignore-native-crashes --ignore-timeouts --ignore-security-exceptions --throttle 500 -v -v -v 10000000 2> /sdcard/error_sys.txt 1> /sdcard/info_sys.txt


猜你喜欢

转载自blog.csdn.net/freemanjj/article/details/79621059
今日推荐