Skip to content

Commit 9bc570f

Browse files
committed
Attempt to preserve line numbers in backtraces in release builds
1 parent b89a31a commit 9bc570f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/proguard-rules.pro

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
-dontobfuscate
2+
-keepattributes SourceFile,LineNumberTable
23
-keep @name.boyle.chris.sgtpuzzles.backend.UsedByJNI class * {*;}
34
-keepclassmembers class * {
45
@name.boyle.chris.sgtpuzzles.backend.UsedByJNI <methods>;

0 commit comments

Comments
 (0)