From f9857355bbfe06e2cc0166d7a149dd583a166135 Mon Sep 17 00:00:00 2001 From: Alexander Capehart Date: Mon, 20 Feb 2023 15:07:09 -0700 Subject: [PATCH] Revert "build: enable proguard obsfucation" The crash screen fell though, so this makes no sense now. This reverts commit 2cd6d93d457f615e1ae89eb0508da30722e796f4. --- app/proguard-rules.pro | 4 ++++ 1 file changed, 4 insertions(+) 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