-
Notifications
You must be signed in to change notification settings - Fork 615
ANR related to com.google.firebase.iid.FirebaseInstanceIdReceiver #2860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I found a few problems with this issue:
|
Unfortunately that is not really enough information to determine where the problem is, but a few questions that might help narrow down the issue:
|
Panasonic P95 brightness_1 Android 7.1 (SDK 25)
|
If it's FCM related, there is not much of a difference between 21.1.0 and 22.0.0 (the version included in BoM v-28.2.0) other than the removal of the firebase-iid dependency. You could try adding that dependency back in to see if that's what's causing the ANR, otherwise it could also be one of the other Firebase components being updated, but I'm not familiar with what has changed between those versions. |
Hey @LogeshM-rupeek. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically. If you have more information that will help us get to the bottom of this, just add a comment! |
Since there haven't been any recent updates here, I am going to close this issue. @LogeshM-rupeek if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this. |
I'm getting this on 28.2.0:
Main:
Jit thread pool worker thread 0:
Binder:21257_1:
Binder:21257_2:
Binder:21257_3:
Profile Saver:
LocationSettingsChangeThread:
queued-work-looper:
Firebase-Messaging-Trigger-Topics-Io:
Firebase-Messaging-Init:
Firebase-Messaging-Topics-Io:
TAG:
Crashlytics Exception Handler1:
GmsDynamite:
com.google.firebase.crashlytics.startup1:
firebase-installations-executor-1:
firebase-installations-executor-2
|
Environment
Problem
We are getting this ANR
Broadcast of Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x10 pkg=com.company.customer cmp=com.company.customer/com.google.firebase.iid.FirebaseInstanceIdReceiver (has extras) }
on updating the existing individual dependency from
api 'com.google.firebase:firebase-perf:19.1.1'
api 'com.google.firebase:firebase-core:18.0.3'
api 'com.google.firebase:firebase-messaging:21.1.0'
api 'com.google.firebase:firebase-config:20.0.4'
api 'com.google.firebase:firebase-analytics:18.0.3'
api 'com.google.firebase:firebase-crashlytics:17.4.1'
to BoM version of it
implementation platform('com.google.firebase:firebase-bom:28.2.0')
api 'com.google.firebase:firebase-perf'
api 'com.google.firebase:firebase-messaging'
api 'com.google.firebase:firebase-config'
api 'com.google.firebase:firebase-analytics'
api 'com.google.firebase:firebase-crashlytics'
our target and min sdk is,
targetSdkVersion 29
minSdkVersion 21
In Google play console there is no stack trace on this crash. Please let us know about the update because we are facing this crash only after updating to BoM version of firebase.
Thanks
Steps to reproduce:
Occurring due to change of firebase individual SDK versions to Firebase BoM v-28.2.0
Relevant Code:
The text was updated successfully, but these errors were encountered: