ios - Firebase,离开我的调试器控制台

标签 ios xcode swift firebase

自从更新到最新版本的 FirebaseXcode 的控制台中有几条不应该出现的消息,例如:

2016-06-27 14:39:59.331 appName[9174:932231] Configuring the default app.

2016-06-27 14:39:59.444 appName[9174:] Successfully created Firebase Analytics App Delegate Proxy automatically. To disable the proxy, set the flag FirebaseAppDelegateProxyEnabled to NO in the Info.plist )

等等。

我通常会尽量保持我的控制台干净,以便调试和其他可以解决的问题。

是否可以禁止来自 Firebase 的所有默认消息?如果可以,怎么做?

编辑

至于 Firebase 3.8.0 消息甚至更长,有很多我目前不介意的内容。

我曾尝试将 info.plist 中的以下行设置为 ,但没有多大帮助

FirebaseAutomaticScreenReportingEnabled

最佳答案

目前还无法完全禁用 Firebase 信息消息。 Firebase 组件目前处于不同的实现阶段。

关于ios - Firebase,离开我的调试器控制台,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38054746/

相关文章:

ios - 如何在 LaunchScreen 上画一个圆圈?

ios - Swift 可选类型的想法

ios - 谷歌街景嵌入式 iFrame 焦点跳转

ios - 使我的 iOS 应用程序的用户能够发布到 Craigslist

xcode - 未知类型名称 'namespace'

ios - Xcode Organizer 控制台中的 NSLog 时间戳不显示毫秒

objective-c - 在我的 Swift 应用程序中使用来 self 的 XPC 服务的 Objective-C 协议(protocol)

ios - UIImage 到 PHAsset

ios - 向 UIImage 添加宽度?

ios - navigationItem.setHidesBackButton 隐藏了箭头,但是 "Back"这个词仍然存在