-
Notifications
You must be signed in to change notification settings - Fork 4k
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_crashlytics]: Unable to get readable Android crashes #16374
Comments
Having the same since Nov 6 |
Same here! |
same here |
I'm facing a similar issue.
|
@aadrianpislaru - this issue is more likely something that needs fixing on the Firebase server. First thing to check perhaps, what version of Flutter are you using? What version of Firebase CLI are you using? Not sure if you updated one of those recently as it may be an update in either of those that has caused an issue with symbols being de-obfuscated. |
@russellwheatley I have tested this with Flutter 3.24.5 and Firebase CLI 13.25.0 |
@russellwheatley just to give a little context of my case. This started to happen for already released app. We have completely fine report stack traces up to some date. Another thing worth to mention, it seems it also affected already existing releases. Since I'm noticing the same problem for apps that were released months ago. |
I'll see if I can get this escalated to Firebase team 👍 |
Issue has been identified in the backend, I will let you know when it has been resolved 🙏 |
Thank you |
Same here! |
thank you!!! this confirms that i didnt got crazy, cuz i was trying 100000 different solutions :)) |
Is there an existing issue for this?
Which plugins are affected?
Crashlytics
Which platforms are affected?
Android
Description
I've been using this command to build the app:
flutter build apk --flavor dev -t lib/main_uat.dart --obfuscate --split-debug-info=build/app/outputs/symbols --release --verbose
then this to upload the symbols:
firebase crashlytics:symbols:upload --app=1:576672652820:android:blablabla build/app/outputs/symbols
And my stack trace looks like this:
If i dont submit the symbols...
it looks like this (which is normal i think):
But if i take the trace above and try to deobfuscate it using
flutter symbolize -i obfuscated.txt -d app.android-arm64.symbols
it magically works.
What am i missing?
For crashing flutter im using:
This is my build.gradle
Reproducing the issue
Firebase Core version
3.4.0
Flutter Version
3.24.3
Relevant Log Output
No response
Flutter dependencies
Expand
Flutter dependencies
snippetAdditional context and comments
Expand
proguard file
snippetThe text was updated successfully, but these errors were encountered: