I have added the below lines, still the crashlytics logs are coming as obfuscated names. Unable to see the file names, it comes like "Unable to instantiate fragment h.d.p.q.s.b: could not find Fragment constructor". Any help would be useful to me.
-keepattributes SourceFile,LineNumberTable # Keep file names and line numbers.
-keep public class * extends java.lang.Exception # Optional: Keep custom exceptions.
firebaseCrashlytics {
mappingFileUploadEnabled true
}