This commit is contained in:
gedoor 2021-10-19 13:12:30 +08:00
parent d5532a5a6f
commit 8a38226823

View File

@ -61,6 +61,7 @@ class CrashHandler(val context: Context) : Thread.UncaughtExceptionHandler {
//保存日志文件
saveCrashInfo2File(ex)
context.longToastOnUi(ex.msg)
Thread.sleep(3000)
}
/**