Disable Bugsnag ANR detection

This commit is contained in:
M66B 2019-05-10 15:17:30 +02:00
parent 2ca0ec64ad
commit 73f220ba3a
1 changed files with 2 additions and 0 deletions

View File

@ -113,6 +113,8 @@ public class ApplicationEx extends Application {
config.setAutoCaptureSessions(false);
config.setDetectAnrs(false);
List<String> ignore = new ArrayList<>();
ignore.add("javax.mail.MessageRemovedException");
if (!BuildConfig.BETA_RELEASE) {