From 8784c3232fd126ca95aa2c2a19f216f59bb97a36 Mon Sep 17 00:00:00 2001 From: Sergey Solovyev Date: Wed, 5 Dec 2012 12:37:30 +0400 Subject: [PATCH] user exceptions fixed --- android-app/proguard.cfg | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/android-app/proguard.cfg b/android-app/proguard.cfg index 796ed57d..ab03160b 100644 --- a/android-app/proguard.cfg +++ b/android-app/proguard.cfg @@ -116,6 +116,11 @@ *; } +-keep class org.acra.ReportField { + *; +} + + # keep this around for some enums that ACRA needs -keep class org.acra.ReportingInteractionMode { *;