diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index f1b424510..b63d5e026 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -19,3 +19,7 @@ # If you keep the line number information, uncomment this to # hide the original source file name. #-renamesourcefileattribute SourceFile + +# Obsfucation is what proprietary software does to keep the user unaware of it's abuses. +# Also it's easier to fix issues if the stack trace symbols remain unmangled. +-dontobfuscate \ No newline at end of file