On Fri, 26 Dec 2014 11:42:19 -0500
Frank Peters <frank.pet...@comcast.net> wrote:

> 
> Are there command-line options to Chrome that would provide debugging
> output?
>

After doing a quick check, I find that these switches may be helpful:

Force logging to be enabled. Logging is disabled by default in release
 builds.
--enable-logging

Sets the minimum log level. Valid values are from 0 to 3:
 INFO = 0, WARNING = 1, LOG_ERROR = 2, LOG_FATAL = 3.
--log-level


Reply via email to