FirebaseMessaging
This commit is contained in:
parent
2e49abd093
commit
cc3c6dcab6
@ -9,7 +9,7 @@ import android.util.Log;
|
||||
import androidx.annotation.NonNull;
|
||||
import com.google.android.gms.tasks.OnCompleteListener;
|
||||
import com.google.android.gms.tasks.Task;
|
||||
// import com.google.firebase.messaging.FirebaseMessaging;
|
||||
import com.google.firebase.messaging.FirebaseMessaging;
|
||||
import com.google.firebase.analytics.FirebaseAnalytics;
|
||||
// import com.google.firebase.crashlytics.FirebaseCrashlytics;
|
||||
import com.juzu.dz.message.BFMessage;
|
||||
@ -197,7 +197,7 @@ public class GooglePlugin {
|
||||
@Override
|
||||
public void onComplete(@NonNull Task<String> task) {
|
||||
if (!task.isSuccessful()) {
|
||||
Log.w(TAG, "Fetching FCM registration token failed", task.getException());
|
||||
Log.w(LOG_TAG, "Fetching FCM registration token failed", task.getException());
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user