Preserve line number information for release versions
This commit is contained in:
parent
b49aa41e24
commit
a7377614d7
|
@ -5,6 +5,11 @@
|
|||
-verbose
|
||||
-optimizations !code/simplification/arithmetic,!field/*,!class/merging/*
|
||||
|
||||
-printmapping out.map
|
||||
|
||||
-renamesourcefileattribute SourceFile
|
||||
-keepattributes SourceFile,LineNumberTable
|
||||
|
||||
-keep public class * extends android.app.Activity
|
||||
-keep public class * extends android.app.Application
|
||||
-keep public class * extends android.app.Service
|
||||
|
|
Loading…
Reference in New Issue