在一台新买的电脑上,想使用monkey对手机进行测试的全部步骤。

2025-06-22 05:42:47
推荐回答(1个)
回答1:

需要下载adb,具体的配置方法你可以百度下,这个很多
adb shell "monkey --throttle 1000 --ignore-crashes --ignore-timeouts --ignore-security-exceptions --ignore-native-crashes --monitor-native-crashes -v -v -v 180000 >/storage/sdcard0/Stability_all.txt"这个是全模块的命令,还有单模块,多模块的就不发了哈