DescriptionLogging: pass logging related cmd line options to utility process
Logging doesn't work in utility process due to the related command line
options are not passed to utility process. For example, run
" ./chrome --vmodule=unpacker=1 --enable-logging=stderr", DVLOG(1)
message in unpacker.cc can not be output correctly. This patch passes the
related command line options to utility process.
BUG=
TEST=--enable-logging=stderr --vmodule=unpacker=1, then open chrome://extensions, drag a foo.crx in the page, you can see the DVLOG message " Installing extension ".
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162665
Patch Set 1 #Patch Set 2 : align function parameters #
Total comments: 2
Patch Set 3 : remove useless comments #Patch Set 4 : move common switches propagation related to logging to BrowserChildProcessHostImpl::Launch() #
Total comments: 4
Patch Set 5 : merge code in common macros #
Total comments: 1
Patch Set 6 : remove extra empty line #
Messages
Total messages: 20 (0 generated)
|