【发布时间】:2015-03-13 14:50:27
【问题描述】:
我想阅读我的应用程序的控制台。我的目标是找到所有这样的消息:
Warning: Attempt to present <ChildViewController: 0x7b44e380> on <TopViewController: 0x7a65e5b0> which is already presenting (null)
我发现在 iOS7 上你无法阅读系统消息。
Using Objective C to read log messages posted to the device console
In iOS 7 you can use ASL to read messages output by your own app, including on previous runs of the same build of your app, but not messages output by the system or by any other apps.
在我看来,任何警告都是系统消息。 ios8可能有什么变化?
【问题讨论】: