From 2d30eb60af11f2d854c826953c025702c2e161ce Mon Sep 17 00:00:00 2001 From: X1nto Date: Sun, 18 Apr 2021 12:48:03 +0400 Subject: [PATCH] prevent stacktrace from obfuscating --- app/proguard-rules.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 761aa457..172f0884 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -17,7 +17,7 @@ # Uncomment this to preserve the line number information for # debugging stack traces. -#-keepattributes SourceFile,LineNumberTable +-keepattributes SourceFile, LineNumberTable # If you keep the line number information, uncomment this to # hide the original source file name.