Chromium Code Reviews

Unified Diff: ceee/ie/plugin/toolband/toolband_module.cc

Issue 6070006: Made logging not look up --enable-dcheck from command line (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: ceee/ie/plugin/toolband/toolband_module.cc
diff --git a/ceee/ie/plugin/toolband/toolband_module.cc b/ceee/ie/plugin/toolband/toolband_module.cc
index e1b068a1b2d11fddd0b251ffefb6e58e206bf35b..7f5dd113d32cc53cb4915f47f691f8b6fa77c6f9 100644
--- a/ceee/ie/plugin/toolband/toolband_module.cc
+++ b/ceee/ie/plugin/toolband/toolband_module.cc
@@ -98,7 +98,8 @@ ToolbandModule::ToolbandModule()
logfile_path,
logging::LOG_TO_BOTH_FILE_AND_SYSTEM_DEBUG_LOG,
logging::LOCK_LOG_FILE,
- logging::APPEND_TO_OLD_LOG_FILE);
+ logging::APPEND_TO_OLD_LOG_FILE,
+ logging::DISABLE_DCHECK_FOR_NON_OFFICIAL_RELEASE_BUILDS);
// Initialize ETW logging.
logging::LogEventProvider::Initialize(kCeeeIeLogProviderName);

Powered by Google App Engine