Skip to content

Commit

Permalink
fix: error logging
Browse files Browse the repository at this point in the history
  • Loading branch information
david-allison authored and BrayanDSO committed Feb 25, 2024
1 parent 99855a9 commit f244805
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ open class PageChromeClient : WebChromeClient() {
CrashReportService.sendExceptionReport("$url: $message", "onJsAlert:windowCount")
return false
} catch (e: WindowManager.BadTokenException) {
Timber.w("onJsAlert", e)
Timber.w(e, "onJsAlert")
return false
}

Expand Down

0 comments on commit f244805

Please sign in to comment.