-
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
Firebase crashing on some devices with java.lang.IllegalStateException #3269
Comments
Hi @fzurita, thanks for reporting. We'll try to investigate this, however since the crash rate is somewhat low, this might be a race condition, as a result, reproducing this issue might be difficult. In the meantime, let's keep this ticket open and see if our engineers might have some idea what's causing this. |
Just an update. On the " Xiaomi MiBox S" device, it appears to be very reproducible given that I have 3 impacted users which have 15 crashes. |
Hi @fzurita, I'm having problem determining where the issue could be. Could you provide us with a minimal reproducible example with the issue? Thanks |
Just to clarify, I don't have any devices that are running into this issue, I only know based on crash reports from the play store. After taking that into account, it should not be very difficult to reproduce this if you have one of the affected devices, the "Xiaomi MiBox S" seems to be badly affected. You can download the app from the play store here: https://play.google.com/store/apps/details?id=org.mupen64plusae.v3.fzurita Or if you need to the full source code, you can build it yourself by importing this project into Android studio: https://github.com/fzurita/mupen64plus-ae/tree/fz-master-v299 To build that project, you will need a google-services.json file that I don't include in GitHub which is needed by firebase. |
Hi @fzurita, thanks for the extra details. I was able to build the project with the GitHub link, however due to the lack of devices, I'm also unable to reproduce this issue. While I try to investigate this further, may I ask if there is a specific SDK version this issue is affecting? |
How to resolved this issue? I have the same issue |
We're taking a look at this right now, and I'll update this issue soon. |
Hello @mrober, you can try reproduce this bug also on Samsung devices |
There is a problem with the file structure on some devices #3269. When we did the FileStore refactor, we turned a silent failure into a runtime exception, causing apps to crash on some of these devices. Although this does not fix the root problem, it reverts to the silent behaviour we had before. We still need to investigate the root cause of this.
Hi folks, the fix is available in Crashlytics |
Hi all, since this fix has been fixed and merged. I'll be closing this issue now. Thanks! |
Still happening for some reason only on Samsung Galaxy A71, using 18.2.9.
|
Still exists. Unity editor version: 2020.3.22f1 [REQUIRED] Please describe the issue here:
|
Reopening since it looks like this issue is still present. |
Please try depending on this version specifically, and see if the issue is still present: com.google.firebase:firebase-crashlytics:18.2.10 |
@mrober Honestly, I would like to get fix without live testing in production) |
The issue is fixed in 18.2.10. Sorry for the poor language, I meant "try" to try overriding the Crashlytics version in your dependencies, and see if the issue is fixed to confirm you got that version. Or you can wait for the next BOM and get it that way if it's easier for you. @fdspbsteam |
@mrober just to confirm dependencies: |
That is right, but this is included in the latest BOM, so there is no need for the override anymore. I am closing this issue. |
Describe the problem
I'm receiving several crash reports from the google play console with these two sets of stack traces:
Steps to reproduce:
Unknown, this does seem to primarily happen on Android TV, these are the devices where I see this:
Xiaomi MiBox S
LGE K51S
Sony BRAVIA 4K GB
Xiaomi Mi TV Stick
THEHAM UHD Android TV
Sony BRAVIA 4K UR3
Sony BRAVIA VH2
Sony BRAVIA 4K UR2
NVIDIA SHIELD Android TV
Motorola moto e6 play
Nokia 1.3
The crash rate seems to be somewhat low.
Relevant Code:
I'm not sure what to put here, since this seems to be happening during crashlytics initialization, here is the associated open source project though:
The text was updated successfully, but these errors were encountered: