mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Disable Bugsnag ANR detection
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user