mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Added debug helper
This commit is contained in:
@@ -151,7 +151,7 @@ public class ApplicationEx extends Application
|
||||
|
||||
if (BuildConfig.BETA_RELEASE ||
|
||||
!Helper.isPlayStoreInstall())
|
||||
Log.writeCrashLog(ApplicationEx.this, ex);
|
||||
DebugHelper.writeCrashLog(ApplicationEx.this, ex);
|
||||
|
||||
if (prev != null)
|
||||
prev.uncaughtException(thread, ex);
|
||||
|
||||
Reference in New Issue
Block a user