Google Play Console: incorrect line numbers in pre-launch crash report using mapping.txt / proguard-rules.pro
问题 My Android release build uses the following proguard-rules.pro -keepattributes Signature -keepattributes *Annotation* -keepattributes EnclosingMethod -keepattributes InnerClasses -renamesourcefileattribute SourceFile -keepattributes SourceFile,LineNumberTable -keepnames class com.mypackage.** { *; } -keepclassmembers class com.mypackage.** { *; } ... I'm uploading mapping.txt along with the build when performing the Google Play console pre-launch testing. Any crashes during testing have the