Hi,
Is there any setting to enable "console.log" output to be dumped in logcat on android or what source changes I could do to enable it?
I am building chromium with below settings
```
target_os="android"
target_cpu="arm64"
is_component_build=false
is_debug=false
use_goma=false
enable_nacl=false
dcheck_always_on=false
clang_use_chrome_plugins=false
cc_wrapper = "ccache"
is_official_build = true
symbol_level=2
v8_enable_backtrace = true
v8_enable_disassembler = true
v8_enable_object_print = true
```
Any help is greatly appreciated.
Thanks