使用 iPhone 5.0 模拟器的 UI 自动化调试消息

发布于 2024-12-15 09:57:00 字数 223 浏览 1 评论 0原文

对于 5.0 模拟器,每次点击和滚动都会在输出日志中生成调试消息。示例:

Debug
11/14/11 4:00:10 PM GMT+02:00
target.frontMostApp().mainWindow().navigationBar().rightButton().tap()

使用 4.3 模拟器一切正常。如何关闭 5.0 模拟器中的调试消息垃圾邮件?

With 5.0 simulator every tap and scroll results in debug message in output log. Example:

Debug
11/14/11 4:00:10 PM GMT+02:00
target.frontMostApp().mainWindow().navigationBar().rightButton().tap()

With 4.3 simulator everything's OK. How to turn off debug messages spam in 5.0 simulator?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

百合的盛世恋 2024-12-22 09:57:00

defaults write com.apple.Instruments3 UIAVerboseLogging -int 4096

进行重置:

defaults delete com.apple.Instruments3 UIAVerboseLogging

在任一更改后,您需要重新启动 Instruments 才能看到效果。

defaults write com.apple.Instruments3 UIAVerboseLogging -int 4096

to reset:

defaults delete com.apple.Instruments3 UIAVerboseLogging

You will need to restart Instruments after either change to see an effect.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文