Revert "Add call to logging::InitLogging() during startup to write to stderr."
This reverts commit 93cb6e57175e8e622c8f417bfad0213b125b57db.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/3390021
Change-Id: I979ddb3ab2542968e1f9a521344389bc7edf8492
diff --git a/crash_reporter/crash_reporter.cc b/crash_reporter/crash_reporter.cc
index ff99748..37c62a6 100644
--- a/crash_reporter/crash_reporter.cc
+++ b/crash_reporter/crash_reporter.cc
@@ -143,10 +143,6 @@
FilePath my_path(argv[0]);
file_util::AbsolutePath(&my_path);
s_metrics_lib.Init();
- InitLogging(NULL,
- LOG_ONLY_TO_SYSTEM_DEBUG_LOG,
- DONT_LOCK_LOG_FILE,
- DELETE_OLD_LOG_FILE);
s_system_log.Initialize(my_path.BaseName().value().c_str());
KernelCollector kernel_collector;
kernel_collector.Initialize(CountKernelCrash,