This commit is contained in:
Horis
2024-07-21 12:03:01 +08:00
parent 97b15df694
commit b146365509
@@ -104,7 +104,7 @@ class CrashHandler(val context: Context) : Thread.UncaughtExceptionHandler {
map["WebViewUserAgent"] = try {
WebSettings.getDefaultUserAgent(appCtx)
} catch (e: Throwable) {
e.localizedMessage ?: "null"
e.toString()
}
//获取app版本信息
AppConst.appInfo.let {