Do not strip line number info with proguard

This commit is contained in:
Branden Archer
2017-09-27 11:46:31 -04:00
parent 11e5cb8ec2
commit e30eb00bf7

View File

@@ -15,3 +15,7 @@
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
# public *;
#}
# Uncomment this to preserve the line number information for
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable