I have google play crash like this
java.lang.NullPointerException:
at java.util.Objects.requireNonNull (Objects.java:109)
at f0.k.e.b.b.a.<init> (SourceFile:1)
at com.activities.galleryscan.ScanBarcodeFromFileActivity$b.g (SourceFile:28)
at h0.r.o.a.a.d (SourceFile:3)
Here the line number SourceFile:28 not correct why?
I was uploaded App Bundle signed with proguard.
According to This no need to upload mapping file to console in App Bundle
even then line number not correct why?
And I also
add this
-keepattributes SourceFile,LineNumberTable
-renamesourcefileattribute SourceFile
lines in proguard-rules.pro
even then line number not correct why?
from Wrong line number google play crash report
No comments:
Post a Comment