Too much ANRs of com.google.firebase.iid.FirebaseInstanceIdReceiver
See original GitHub issue[READ] Step 1: Are you in the right place?
Getting ANRs from Firebase SDK library.
[REQUIRED] Step 2: Describe your environment
- Android Studio version: 2020.3.1 Patch3
- Firebase Component: Firebase Messaging Service
- Component version: 20.2.4
[REQUIRED] Step 3: Describe the problem
Getting too many ANRs by com.google.firebase.iid.FirebaseInstanceIdReceiver in Google play console ANR & Crash logs.
Broadcast of Intent { act=com.google.android.c2dm.intent.RECEIVE flg=0x11000010 pkg=com.abc.xyz cmp=com.abc.xyz/com.google.firebase.iid.FirebaseInstanceIdReceiver (has extras) }
Steps to reproduce:
Its happening randomly on almost all android versions and android devices.
Relevant Code:
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:17 (10 by maintainers)
Top Results From Across the Web
Too much ANR of com.google.firebase.iid ... - GitHub
Too much ANR of com.google.firebase.iid. ... FirebaseInstanceIdReceiver By Android version Android 11 (SDK 30) By device Samsung Galaxy A30s ...
Read more >ANR on FirebaseInstanceIdReceiver - android - Stack Overflow
These ANRs for act=com.google.android.c2dm.intent.RECEIVE are very common in Android apps which are sending a lot of push notifications.
Read more >ANR from Firebase messaging - Stephen - Medium
If your app is using Firebase Cloud Messaging(FCM), you might be familiar with this ANR in Google Play console. This ANR looks like...
Read more >FirebaseInstanceId - Google
A new Instance ID will be generated at next app start if Firebase Cloud Messaging auto-init is enabled. This is a blocking function...
Read more >RN: Android ANR Broadcast of Intent...com.google.firebase.iid ...
This looks to be an issue with Firebase itself as there are many reports of this issue on the web for Android O...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Steps to reproduce:
Application#onCreate()
2… kill the app, then send a push notification to the device.
3… You will see the following ANR log in the logcat.
Since there haven’t been any recent updates here, I am going to close this issue.
@khawarraza 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.