Browse Source

ui: update proguard rules to keep crash logs readable

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
master
Harsh Shandilya 4 years ago
committed by Jason A. Donenfeld
parent
commit
10e910186e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      ui/proguard-rules.pro

+ 3
- 0
ui/proguard-rules.pro 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

Loading…
Cancel
Save