-
Notifications
You must be signed in to change notification settings - Fork 580
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
FATAL EXCEPTION: java.lang.ArrayIndexOutOfBoundsException: com.google.protobuf.MessageSchema.newSchemaForRawMessageInfo #2158
Comments
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight. |
We are seeing the same issue with the same stack trace. In our case, we aren't using the firebase bom yet. Here are our version numbers:
*** Edit *** |
In my case one of my dependency was using |
Assigning to current oncallers. |
I haven't yet been able to reproduce this issue, but am still working on it. I'll let you know if we need any additional information. Optional: While not required, it would be helpful to have a repro demo project. Note: this is being tracked internally at b/173728277. Thank you for reporting this issue! |
The error is still happening on the latest |
As @SaqibJDev pointed out, forcing its version may work, at least for me:
However, it would be desirable to update the library with a newer |
Thanks. vkryachko@, can you take a look and see if we can update |
@yingdai3 firebase-perf 19.0.10 already depends on I wonder if some other dependency in the developer's app "bumps" the version to an incompatible one? |
@vkryachko sure thing firebase depends on |
I can reproduce the problem with
The only mitigation for now is to force downgrade as described in #2158 (comment) |
Thanks a lot @vkryachko, that would help us so much. And if you guys add gRPC client network monitoring support in the near future, even much better! 😉 (already filled the feature request to your support team) |
Thanks @vkryachko and @XabierGoros ! @XabierGoros I'm going to close this issue now since there is a mitigation and we have mid/long term plans. |
- Explicitly depends on annotations to uplift auth's dependency on annotations. - Remove messaging test and fireperf test from the smoke test suite. - Restore messaging test once messaging src in github is up to date. - Restore fireperf test once M85 release is live (#2158).
[READ] Step 1: Are you in the right place?
Issues filed here should be about bugs in the code in this repository.
If you have a general question, need help debugging, or fall into some
other category use one of these other channels:
with the firebase tag.
google group.
of the above categories, reach out to the personalized
Firebase support channel.
[REQUIRED] Step 2: Describe your environment
[REQUIRED] Step 3: Describe the problem
App crashes consistently on adding Firebase performance monitoring
Steps to reproduce:
Create any activity with both the protobuff and firebase plugin
apply plugin: 'com.google.protobuf'
apply plugin: 'com.google.firebase.firebase-perf'
What happened? How can we make the problem occur?
The Firebase analytics works fine, the problem start as soon as adding the **Firebase Performance **
Relevant Code:
The text was updated successfully, but these errors were encountered: