Skip to content

Commit

Permalink
Disable obfuscation of termux-app in release builds without disabling…
Browse files Browse the repository at this point in the history
… optimizations and shrinking

This will allow stacktraces to have full class and method names when a crash report is generated.
  • Loading branch information
agnostic-apollo committed Apr 6, 2021
1 parent 69e4b57 commit 067709b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@
# For more details, see
# http://developer.android.com/guide/developing/tools/proguard.html

-renamesourcefileattribute SourceFile
-keepattributes SourceFile,LineNumberTable
-dontobfuscate
#-renamesourcefileattribute SourceFile
#-keepattributes SourceFile,LineNumberTable

0 comments on commit 067709b

Please sign in to comment.