Search code examples
androidkotlincrashlyticsgoogle-fabric

Crashlitycs reporting wrong line number after kotlin migration


Crashlytics reports showing wrong line number after migrating app to kotlin, i have already -keepattributes SourceFile,LineNumberTable in my proguard file

An example of wrong line number report:

http://crashes.to/s/419b5b28766


Solution

  • I disabled R8 and it worked fine, the line code on reports now shows the correct line number