From 63710a18a4bf59407059f4393e3f2018e3682844 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20M=C3=BCller?= Date: Thu, 23 May 2024 21:28:38 +0200 Subject: [PATCH] Preserve filenames and line numbers in ProGuard for debugging --- scripts/android/files/proguard-rules.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/android/files/proguard-rules.pro b/scripts/android/files/proguard-rules.pro index ebf7b3d1f..53c691af5 100644 --- a/scripts/android/files/proguard-rules.pro +++ b/scripts/android/files/proguard-rules.pro @@ -14,7 +14,7 @@ # Uncomment this to preserve the line number information for # debugging stack traces. -#-keepattributes SourceFile,LineNumberTable +-keepattributes SourceFile,LineNumberTable -keepclassmembers, allowoptimization public class org.ddnet.client.NativeMain { *;