From 7c10f7553bf4da999f954e501fc2908e10dd3bcf Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Tue, 11 Jan 2011 01:03:36 +0000 Subject: Made logging not look up --enable-dcheck from command line Made --enable-dcheck a parameter to InitLogging() and fixed up all callsites. BUG=62736 TEST=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70782 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70920 Review URL: http://codereview.chromium.org/6070006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70977 0039d316-1c4b-4281-b951-d872f2087c98 --- ceee/installer_dll/installer_helper.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ceee/installer_dll/installer_helper.cc') diff --git a/ceee/installer_dll/installer_helper.cc b/ceee/installer_dll/installer_helper.cc index f20c8e8..2128228 100644 --- a/ceee/installer_dll/installer_helper.cc +++ b/ceee/installer_dll/installer_helper.cc @@ -46,7 +46,8 @@ InstallerHelperModule::InstallerHelperModule() { 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); } InstallerHelperModule _AtlModule; -- cgit v1.1