Index: ceee/installer_dll/installer_helper.cc |
diff --git a/ceee/installer_dll/installer_helper.cc b/ceee/installer_dll/installer_helper.cc |
index f20c8e80d613ec150b6fb2d180ec1b698a744b8b..21282281d311df366b373e9b0c997c0bb2b38b48 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; |