From 10e910186e1ae7f4b5336f0a5e81f0a2e411e61f Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Mon, 30 Mar 2020 04:53:45 +0530 Subject: ui: update proguard rules to keep crash logs readable Signed-off-by: Harsh Shandilya --- ui/proguard-rules.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/proguard-rules.pro b/ui/proguard-rules.pro index 4e7b3d96..8eabaf86 100644 --- a/ui/proguard-rules.pro +++ b/ui/proguard-rules.pro @@ -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 -- cgit v1.2.3-59-g8ed1b