ui: update proguard rules to keep crash logs readable

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2020-03-30 04:53:45 +05:30 committed by Jason A. Donenfeld
parent 017f420d42
commit 10e910186e

View File

@ -1,3 +1,6 @@
# Squelch all warnings, they're harmless but ProGuard
# escalates them as errors.
-dontwarn sun.misc.Unsafe
# Retain some information to keep stacktraces usable
-keepattributes SourceFile,LineNumberTable