Skip to content

Commit

Permalink
Attempt to preserve line numbers in backtraces in release builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisboyle committed Nov 15, 2023
1 parent b89a31a commit 9bc570f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
-dontobfuscate
-keepattributes SourceFile,LineNumberTable
-keep @name.boyle.chris.sgtpuzzles.backend.UsedByJNI class * {*;}
-keepclassmembers class * {
@name.boyle.chris.sgtpuzzles.backend.UsedByJNI <methods>;
Expand Down

0 comments on commit 9bc570f

Please sign in to comment.