Skip to content

Commit

Permalink
Keep original file name in obfuscated stack traces.
Browse files Browse the repository at this point in the history
  • Loading branch information
zamojski committed Jan 29, 2020
1 parent 5d44997 commit 0453353
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@
-printmapping mapping.txt

# Keep line numbers so they appear in the stack trace of the develeper console
#-keepattributes SourceFile,LineNumberTable
-keepattributes LineNumberTable
-keepattributes SourceFile,LineNumberTable

# The -optimizations option disables some arithmetic simplifications that Dalvik 1.0 and 1.5 can't handle.
#skip according to default file comment -optimizations !code/simplification/arithmetic
Expand Down

0 comments on commit 0453353

Please sign in to comment.