From a14eeda8257b12105d5abda81328de3c1866fdc5 Mon Sep 17 00:00:00 2001 From: X1nto Date: Sun, 18 Apr 2021 15:45:28 +0400 Subject: [PATCH] prevent stacktrace ovfuscation --- 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.