-
Notifications
You must be signed in to change notification settings - Fork 442
ANR's in Google Play Developer Console related to com.google.firebase.cpp.RegistrationIntentService #939
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
Hi @Vesterix, We haven't had any other issues reported with the RegistrationIntentService but there was a known issue last week with Cloud Messaging not working properly on Androd due to a backend configuration problem. That issue has now since been resolved. I'm not sure if your issue is related but could ou check if issues continue to to occur for your users? Thanks! |
Hey @Vesterix. 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! |
Did some digging and here is my understanding for your situation. Seems like you have ANR for both RegistrationIntentService and The ANR for The ANR for RegistrationIntentService seems very similar to the problem with However, your crashes seems to occur only on Android M and N (API 23, 24, 25), which is coincidentally right before Android O. Seems slightly different behavior but I think they are related. Is there any chance that you can get the stacktrace of either ANR? This seems to be an legit issue. I will mark it as a bug for now. |
Thanks for your reply. Yes we don't configure a custom entry point Activity. Also we have upgraded version to 7.1.0 and wait for new reports from play console. But with new version we have additional crashes i am not sure that this problem relates to this issue or need create else. Here is some reports from Crashlytics: |
Yikes, that line This looks like a different issue. For issue management sake, could you open an new ticket, include your latest configurations and these logs in it? Also, please do follow up if you still see ANR on either RegistrationIntentService or MessagingUnityPlayerActivity with Thank you and have a good weekend. Shawn |
Hello. We're also seeing a cluster of these in our ANR and Crash reports via the Google Play Console that just rolled out. Unity editor version: 2019.4.15f1 We're also seeing this in conjunction with reports of No Loads from our users. We're not 100% sure if these are related right now, but the timing and devices line up. In our case, this occurs after the splash screen has completed and initialisation begins. Following is stack trace of a MessagingUnityPlayerActivity not responding event: We're also getting instances of RegistrationIntentService problem The following is the stack trace registrationintent_anr_log.txt @Vesterix are you still experiencing problems? Thanks |
@wesclarkemag We upgraded to 7.1.0 version, but I have not information from publisher about ANR, so it can be fixed or publisher just not informed me yet. |
We have Upgraded to 7.1.0 but still having these ANRs. |
Hi Vesterix, Based on the call stacks you've showed us, and after talking with someone on the FCM team to help diagnose this, we suspect that there might be more than one issue causing you issues at the same time. As chkuang-g mentioned a while back, we've upgraded the RegistrationIntentService to a JobIntentService. Even though this is mainly done to support Android O, we suspect it may also fix the issue you're seeing with the ANRs related to the RegistrationIntentService. As for the crashes, I'm not convinced it's related. It's a little hard to tell what's going on from the call stack alone though, and without a reproduction case it's hard to debug. If you can find a reproduction case, that would really help us get to the root of the issue. Try upgrading to the latest version of FCM and seeing if that reduces or eliminates the number or errors you're getting. |
I'm going to go ahead and close this for now, if you see this still happening after updating your library feel free to reopen it. As I mentioned before, it looks like there may have been a second issue at play here too, so if you still see that as well open a new issue so we can track that separately. |
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
Google Play Developer Console has a lot of ANRs. Most of them happened on Android v7, but not all.
Steps to reproduce:
Unfortunately I don't know exactly how to reproduce it. It's not reproducing on test devices only in users

The text was updated successfully, but these errors were encountered: