Skip to content

Commit

Permalink
fix: preserve debuggability even in minimized release mode
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Sep 30, 2024
1 parent 7812adb commit 402e695
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion AnkiDroid/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@

# Uncomment this to preserve the line number information for
# debugging stack traces.
-keepattributes SourceFile,LineNumberTable
-keepattributes SourceFile, LineNumber

# We do not have commercial interests to protect, so optimize for easier debugging
-dontobfuscate

# Used through Reflection
-keep class com.ichi2.anki.**.*Fragment { *; }
Expand Down

0 comments on commit 402e695

Please sign in to comment.