ui: update proguard rules to keep crash logs readable
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
017f420d42
commit
10e910186e
3
ui/proguard-rules.pro
vendored
3
ui/proguard-rules.pro
vendored
@ -1,3 +1,6 @@
|
|||||||
# Squelch all warnings, they're harmless but ProGuard
|
# Squelch all warnings, they're harmless but ProGuard
|
||||||
# escalates them as errors.
|
# escalates them as errors.
|
||||||
-dontwarn sun.misc.Unsafe
|
-dontwarn sun.misc.Unsafe
|
||||||
|
|
||||||
|
# Retain some information to keep stacktraces usable
|
||||||
|
-keepattributes SourceFile,LineNumberTable
|
||||||
|
Loading…
Reference in New Issue
Block a user