Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Disable proguard obfuscation for better logs in error reports.
Browse files Browse the repository at this point in the history
TODO: Add error reporter in the future
  • Loading branch information
M3DZIK committed Jul 4, 2024
1 parent 32ef169 commit 96decb2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
# hide the original source file name.
#-renamesourcefileattribute SourceFile

# Keep orginal names of a classes, function etc.
# For better logs in an error reports.
-dontobfuscate

# ERROR: R8: Missing class lombok.NonNull
-dontwarn lombok.**

Expand Down

0 comments on commit 96decb2

Please sign in to comment.