相关疑难解决方法(0)

如何在启动应用时停止Firebase记录状态更新

每当我启动FireBase应用程序时,它都会记录各种Firebase功能的状态.现在这是记录的内容:

Configuring the default app.

<FIRAnalytics/INFO> Firebase Analytics v.3200000 started

<FIRAnalytics/INFO> To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled (see ...)

<FIRAnalytics/INFO> Successfully created Firebase Analytics App Delegate Proxy automatically. To disable the proxy, set the flag FirebaseAppDelegateProxyEnabled to NO in the Info.plist

<FIRInstanceID/WARNING> FIRInstanceID AppDelegate proxy enabled, will swizzle app delegate remote notification handlers. To disable add "FirebaseAppDelegateProxyEnabled" to your Info.plist and set it to NO

<FIRAnalytics/INFO> Firebase Analytics enabled
Run Code Online (Sandbox Code Playgroud)

我查看了pod并且没有找到任何打印语句,那么我怎样才能阻止这些超时记录我运行应用程序?

iphone ios firebase

79
推荐指数
6
解决办法
5万
查看次数

无法注册BoringSSL日志调试更新

当在安装了iOS 11 beta的iPhone上运行时调试Xcode 9 beta中的应用程序时,我在执行网络呼叫时开始注意到以下消息:

[] network_config_register_boringssl_log_debug_updates Failed to register for BoringSSL log debug updates
[BoringSSL] Function boringssl_context_get_peer_npn_data: line 1212 Peer's advertised NPN data is NULL or empty
Run Code Online (Sandbox Code Playgroud)

知道是什么导致了这个吗?

logging ios11 xcode9-beta

19
推荐指数
2
解决办法
3674
查看次数

标签 统计

firebase ×1

ios ×1

ios11 ×1

iphone ×1

logging ×1

xcode9-beta ×1