1

使用 5.0 模拟器,每次点击和滚动都会在输出日志中产生调试消息。例子:

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

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

4

1 回答 1

2

defaults write com.apple.Instruments3 UIAVerboseLogging -int 4096

重置:

defaults delete com.apple.Instruments3 UIAVerboseLogging

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

于 2012-01-06T16:09:33.793 回答