summaryrefslogtreecommitdiffstats
path: root/AUTHORS
diff options
context:
space:
mode:
authorqiankun.miao@intel.com <qiankun.miao@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 07:11:16 +0000
committerqiankun.miao@intel.com <qiankun.miao@intel.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-18 07:11:16 +0000
commit2b065f84e17f74a1378c65b432203c824959e420 (patch)
treee5baca41a2163258e54d27a20ab50c090357fc15 /AUTHORS
parent88d7112796be37d4e1feb0015cfe95c6f39f303c (diff)
downloadchromium_src-2b065f84e17f74a1378c65b432203c824959e420.zip
chromium_src-2b065f84e17f74a1378c65b432203c824959e420.tar.gz
chromium_src-2b065f84e17f74a1378c65b432203c824959e420.tar.bz2
Logging: 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 ". Review URL: https://chromiumcodereview.appspot.com/11103028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162665 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 5b0dd4e..531d4ff 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -206,3 +206,4 @@ Dai Chunyang <chunyang.dai@intel.com>
Joe Thomas <mhx348@motorola.com>
Ruben Terrazas <rubentopo@gmail.com>
Josh Triplett <josh.triplett@intel.com>
+Qiankun Miao <qiankun.miao@intel.com>