Skip to content

Logging in Chrome

Yuri Bochkarev edited this page Feb 16, 2020 · 1 revision

Enable Logging on Chrome

Just a quick note if you want to see what's happenning on Chrome side...

From https://www.chromium.org/for-testers/enable-logging

To enable logging, launch Chrome with these command line flags:

--enable-logging=stderr --v=1 # Linux (newer instructions for Linux: here)
--enable-logging --v=1 # Windows
--enable-logging=stderr --v=1 > log.txt 2>&1 # Windows, seems to capture more output

Hope to get time to make it work on FF.

From: https://github.com/balta2ar/brotab/issues/19

Clone this wiki locally