-
Notifications
You must be signed in to change notification settings - Fork 578
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
App crash: NullPointerException #4146
Comments
Thanks for reporting, @OlehHaidaienko. I'll let our engineers know about this. Just some notes, crash happened here: Line 97 in 1d344e8
Line 348 in 1d344e8
|
Could be related to b/133827763 |
Just wanted to add that we are also experiencing this crash. It looks like there are some PRs in progress @argzdev Do we know yet if and when a fix wil be available? It would help us decide whether to rollback our firebase version, or hold off for the fix. Thanks a lot 🙏 |
Hi @kimrtaylor, upon checking, it looks like the PR is still in progress, and it may take some time before it is merged in the main branch. That said, once the fix is merged we would still expect this fix to be in the M124 release that is targeted for the week of Nov. 17 (around the third week). Since there's still a long wait, I'd advise to rollback for now. Thanks! |
Great that's exactly what we needed to know, thanks @argzdev , we will rollback while we wait for the fix |
Should be fixed in #4284, which is released in Firebase Performance 20.3.0, part of Firebase BOM 31.1.0. |
Thanks for the update, @leotianlizhan. I'll close this now. |
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
Steps to reproduce:
After updating Firebase BoM from
29.2.0
to30.4.1
we started receiving a lot of crashes on Android 7, 8, and 9. Unfortunately, we can't reproduce this issue.Here is the crash log
BaseSplashActivity.java:922 looks like this:
After rollback to Firebase BoM
29.2.0
issue is goneThe text was updated successfully, but these errors were encountered: