chore: Don't use generic log message

This commit is contained in:
Ahmad Ansori Palembani 2024-10-10 09:32:47 +07:00
parent 0ebf79fcb0
commit 15ca197c4e
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
22 changed files with 28 additions and 28 deletions

View file

@ -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
}