This commit is contained in:
Horis
2024-07-22 20:43:17 +08:00
parent 9eb2daaf0d
commit 6ff7b26d68
@@ -105,7 +105,7 @@ object LogUtils {
val userAgent = try {
WebSettings.getDefaultUserAgent(appCtx)
} catch (e: Throwable) {
e.localizedMessage ?: "null"
e.toString()
}
append("WebViewUserAgent=").append(userAgent).append("\n")
//获取app版本信息