We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
当monkey运行过程中出现卡停时(卡停表现为无后续注入事件),需分情况考虑:
1 卡停时如果monkey命令没退出说明 系统资源打满了,app或系统即将可能会崩溃。 所以Monkey卡住也是正常的。这种情况多等会儿会有结果.
2 如果卡停时 monkey命令退出了 才是monkey自身有问题。这种情况请qq上联系我
The text was updated successfully, but these errors were encountered:
在三星手机上出现了这种情况,即应用界面没有变化了,然后等了段时间,monkey也自动停止了C:\Users\panxr33970>adb shell ps | findstr tv.panda.test.monkey shell 30226 23413 1802800 105564 hrtimer_na b6d39b1c S tv.panda.test.monkey
Sorry, something went wrong.
No branches or pull requests
当monkey运行过程中出现卡停时(卡停表现为无后续注入事件),需分情况考虑:
1 卡停时如果monkey命令没退出说明 系统资源打满了,app或系统即将可能会崩溃。 所以Monkey卡住也是正常的。这种情况多等会儿会有结果.
2 如果卡停时 monkey命令退出了 才是monkey自身有问题。这种情况请qq上联系我
The text was updated successfully, but these errors were encountered: