mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-17 21:48:19 +00:00
Preserve filenames and line numbers in ProGuard for debugging
This commit is contained in:
parent
7de52fd46f
commit
63710a18a4
2
scripts/android/files/proguard-rules.pro
vendored
2
scripts/android/files/proguard-rules.pro
vendored
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
# Uncomment this to preserve the line number information for
|
# Uncomment this to preserve the line number information for
|
||||||
# debugging stack traces.
|
# debugging stack traces.
|
||||||
#-keepattributes SourceFile,LineNumberTable
|
-keepattributes SourceFile,LineNumberTable
|
||||||
|
|
||||||
-keepclassmembers, allowoptimization public class org.ddnet.client.NativeMain {
|
-keepclassmembers, allowoptimization public class org.ddnet.client.NativeMain {
|
||||||
*;
|
*;
|
||||||
|
|
Loading…
Reference in a new issue