Added debug helper

This commit is contained in:
M66B
2023-12-15 12:36:20 +01:00
parent 2b00772111
commit 673947f60c
6 changed files with 2012 additions and 1903 deletions

View File

@@ -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);