每当我启动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并且没有找到任何打印语句,那么我怎样才能阻止这些超时记录我运行应用程序?
当在安装了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)
知道是什么导致了这个吗?