-
Notifications
You must be signed in to change notification settings - Fork 590
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
Crash caused by java.lang.UnsupportedOperationException: at com.google.protobuf.AbstractProtobufList.ensureIsMutable(AbstractProtobufList.java:161) #6625
Comments
I found a few problems with this issue:
|
Hi @tolulonge, thank you for reaching out. Can you share the versions of the dependency you're using:
Have you observed this issue to previous Firebase versions? Also, does the issue occur on certain devices and/or android versions? Thanks! |
AGP version: 8.8.0 Yes, it had also been observed in previous firebase versions, it is not unique to the new version |
Thank you for the details @tolulonge. I'll consult this to our engineers and see what we can do here. I 'll get back to you once I hear back from them. Thanks! |
Our engineers confirmed that this is a bug on Network Request Metric builder with a race condition, which is why it'd be very hard to reproduce. We’re working on this and let you know once the fix is released. Thanks! |
@tolulonge thanks for reporting. We haven't been able to reproduce the issue yet, but I wanted to get a better idea about how often this is happening. I was wondering how many events per week you're getting for this crash? And do you know when this started? |
Hi @samedson, thanks for looking into this, data is only seen on firebase crashlytics only for as far back as the last 90 days and the issue has been present since then Approximately, we see 300 events per week for this crash, with total of about 4k crash events in the last 90 days |
Step 2: Describe your environment
Step 3: Describe the problem
Stack trace from firebase crashlytics:
Steps to reproduce:
Unable to reproduce but seems to be caused by modifications to an immutable list by the firebase performance library
The text was updated successfully, but these errors were encountered: