Description:
Non-debug versions of Chrome log to the system log on Mac and Linux. The same can not be said about Windows, where logs are only saved to the file "chrome_debug.log". This feature will introduce a new log type and log macro (SLOG) short for "system log". Any logs using the SLOG macro will save to the Windows Event Log.
Use case:
Many schools / enterprises that run Windows clients collect event logs for finding / diagnosing system problems. We need a way of notifying admins when force-installed extensions (e.g. web filtering extensions) are corrupted, and a repair is attempted.
Motivation:
go/chrome-extensions-cy
Existing workarounds:
1. Turn on logging in Chrome w/ command line flags (easy to bypass)
2. Write program to tail chrome_debug.log file, filter the logs we want & create event logs
3. Distribute agent to all Windows computers in an organization
Comment 1 by pastarmovj@chromium.org
, Aug 30 2016Status: Assigned (was: Untriaged)