Commit 5aef0f3b authored by wanglei's avatar wanglei

...

parent a34926c3
...@@ -57,8 +57,8 @@ class MyApplication : BaseApplication() { ...@@ -57,8 +57,8 @@ class MyApplication : BaseApplication() {
if (!isStartClick) { if (!isStartClick) {
@Suppress("DEPRECATION") @Suppress("DEPRECATION")
FacebookSdk.sdkInitialize(applicationContext) FacebookSdk.sdkInitialize(applicationContext)
FacebookSdk.setIsDebugEnabled(true) // FacebookSdk.setIsDebugEnabled(true)
FacebookSdk.addLoggingBehavior(LoggingBehavior.APP_EVENTS) // FacebookSdk.addLoggingBehavior(LoggingBehavior.APP_EVENTS)
val topic = ConfigHelper.packageName + "_push" val topic = ConfigHelper.packageName + "_push"
LogEx.logDebug(TAG, "topic=${topic}") LogEx.logDebug(TAG, "topic=${topic}")
FCMManager.initFirebase(this) FCMManager.initFirebase(this)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment