Troubleshooting uploading symbols to Crashlytics
I’m trying to upload Crashlytics symbols to Firebase for an Android app that is being minimized with R8. The reported crashes are not being de-obfuscated. There are no errors when building or when running the command ./gradlew app:uploadCrashlyticSymbolFile*
where *
is the build variant.
Android Firebase Carshlytics custom keys do not show if set in startup initializer
My current android project uses Firebase crashlytics for crash reporting.