Firebase Crashlytics crash reports are not de-obfuscated after publishing app as a app bundle
问题 I recently publish my app to play store as a app bundle and everything is working fine except for above mentioned issue. I have added bellow pro-guard rules in my app and it was working fine with my old builds. #CrashLitics -keepattributes SourceFile,LineNumberTable -keep public class * extends java.lang.Exception Is there any addition pro-guard rules to include when publishing as a app bundle? 回答1: I contacted the Firebase team. Their reply was to add :app:crashlyticsUploadDeobsRelease (or