Android Monkeyrunner 导致 Ubuntu 中的 XWindows 崩溃
我有为monkeyrunner 编写的大量测试应用程序。大约有 30 个用例,大约需要 20 分钟。它很长,但我从来没能完整地玩过它,因为每当我接近结尾时,XWindow 服务器就会崩溃——控制台会出现几秒钟,然后 XWindows 就会从头开始。
我使用的是 Ubuntu 9.10。该应用程序是Android 2.3.2。我在Windows机器上检查过,效果很好。
有人遇到过类似的问题吗?
I have extensive test application written for monkeyrunner. There is about 30 use cases which takes about 20 minutes. It is pretty long, but I was never able to play it entirely, because whenever I am close to the end XWindow servers crashes - the console appear for few seconds and then the XWindows is starting from scratch.
I am using Ubuntu 9.10. The application is Android 2.3.2. I checked it on the Windows machine and it worked well.
Anyone encountered similar problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在未设置 DISPLAY 变量的情况下运行脚本。
Run the script with the DISPLAY variable unset.
在每个事件之间使用
MonkeyRunner.sleep(1)
。Use
MonkeyRunner.sleep(1)
between every Event.