-
Notifications
You must be signed in to change notification settings - Fork 612
ANR: Crashlytics and CloudMessagingReceiver Lock #6899
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 @shabinder-singh, thank you for raising the issue. According to our Eng, this is a confirmed issue. The Firebase Crashlytics, is trying to read a java resource out of the apk in the background, and is blocking the access to the apk until the read is done. Then when something else tries to read anything from the apk, it is blocked. Thus, causing the ANR. Our engineers are already working on this. For now, you can use the workaround below: Workaround: i.e In app/src/main/res/values/strings.xml:
Note the "$PROJECT_DIR" is the literal string, not meant to be evaluated. Or if you’re not use App Quality Insights, you could just make it an empty like this:
Let me know how it goes, or if there's any misunderstanding. |
Hey @shabinder-singh. 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! |
not stale, being worked on by firebase team. |
[REQUIRED] Describe your environment
[REQUIRED] Describe the problem
&&
The text was updated successfully, but these errors were encountered: