From e30eb00bf729f7317cfd7b88f11129c2e51f098c Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Wed, 27 Sep 2017 11:46:31 -0400 Subject: [PATCH] Do not strip line number info with proguard --- app/proguard-rules.pro | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/proguard-rules.pro b/app/proguard-rules.pro index 147200682..1aed8b7d9 100644 --- a/app/proguard-rules.pro +++ b/app/proguard-rules.pro @@ -15,3 +15,7 @@ #-keepclassmembers class fqcn.of.javascript.interface.for.webview { # public *; #} + +# Uncomment this to preserve the line number information for +# debugging stack traces. +-keepattributes SourceFile,LineNumberTable \ No newline at end of file