-
Notifications
You must be signed in to change notification settings - Fork 29
Logging in Chrome
Yuri Bochkarev edited this page Feb 16, 2020
·
1 revision
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.