mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
chore: Don't use generic log message
This commit is contained in:
parent
0ebf79fcb0
commit
15ca197c4e
22 changed files with 28 additions and 28 deletions
|
@ -17,7 +17,7 @@ object WebViewUtil {
|
|||
// is not installed
|
||||
CookieManager.getInstance()
|
||||
} catch (e: Throwable) {
|
||||
Logger.e(e)
|
||||
Logger.e(e) { "Unable to manage cookie for WebView" }
|
||||
return false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue