Notalib / nativescript-webview-ext

Nativescript plugin with extended WebView functionality
Apache License 2.0
76 stars 37 forks source link

Chromium logging #76

Closed erjdriver closed 4 years ago

erjdriver commented 4 years ago

Does this plugin enable Chromium logging?

I see a lot of messages like

chromium: [INFO:library_loader_hooks.cc(50)] Chromium logging enabled: level = 0, default verbosity = 0

If so - how can I disable or control it.

Thank you.

m-abs commented 4 years ago

Does this plugin enable Chromium logging?

Not by choice. I don't know if we can control it.

You can listen for console.log on android with the webConsole event, but I don't think that will help you here.