Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2211)

Unified Diff: base/base_switches.cc

Issue 8467028: Enable DVLOG on non official release build based on the parameter passed for InitLogging. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: For review. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base_switches.h ('k') | base/logging.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_switches.cc
diff --git a/base/base_switches.cc b/base/base_switches.cc
index 78f55a707ea39be01740c0d04e04bee3216f5b07..2025a4eed2a04c5c95d0328f08ac91d84ef441d4 100644
--- a/base/base_switches.cc
+++ b/base/base_switches.cc
@@ -18,6 +18,9 @@ const char kDisableBreakpad[] = "disable-breakpad";
// Enable DCHECKs in release mode.
const char kEnableDCHECK[] = "enable-dcheck";
+// Enable DLOG, DVLOG in release mode.
+const char kEnableDLOG[] = "enable-dlog";
+
// Generates full memory crash dump.
const char kFullMemoryCrashReport[] = "full-memory-crash-report";
« no previous file with comments | « base/base_switches.h ('k') | base/logging.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698