标签: android monkey
我使用以下命令从Windows命令行在Android模拟器上运行猴子:
adb shell monkey -p <my package name> --monitor-native-crashes --kill-process-after-error --pct-touch 100 1000000000
,但它不仅会单击应用程序,还会单击电话标题栏,从而更改各种电话设置并导致电话故障。有可能防止这种情况发生吗?