来自xcode的iOS运行应用程序向我显示启用调试日志记录的消息 [英] iOS running app from xcode show me a message to enable debug logging

查看:473
本文介绍了来自xcode的iOS运行应用程序向我显示启用调试日志记录的消息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我从xcode 7启动我的应用程序时,我看到此消息

when I start my app from xcode 7 I see this message

2016-01-14 13:50:13.119 Guggy[31879:] <GMR/INFO> To enable debug logging      
set the following application argument: -GMRDebugEnabled (see  http://goo.gl/Y0Yjwu)

我试图按照链接中的说明操作,但它仍然显示此消息。

I tried to follow their instructions in the link but it still show me this message.

我做错了什么?

推荐答案

你没有做错任何事。

消息启用调试无论是否启用了调试日志记录,都会显示...。

The message " To enable debug logging ..." is always showing up regardless if you have the debug logging enabled or not.

如果要检查是否启用了调试日志记录,则应该查看对于以下消息:启用调试日志记录。

If you want to check whether you enabled the debug logging, you should look for the following message: " Debug logging enabled".

使用-noGMRDebugEnabled禁用调试日志记录。

Use -noGMRDebugEnabled to disable the debug logging.

这篇关于来自xcode的iOS运行应用程序向我显示启用调试日志记录的消息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆