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

Unified Diff: crash_reporter.cc

Issue 3390021: Revert "Add call to logging::InitLogging() during startup to write to stderr." (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/crash-reporter.git
Patch Set: Created 10 years, 3 months 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: crash_reporter.cc
diff --git a/crash_reporter.cc b/crash_reporter.cc
index ff99748b25a6c31e86e0c9da4d1796e23402e983..37c62a6fbd30ffb65362a73f89f2e8df2489192b 100644
--- a/crash_reporter.cc
+++ b/crash_reporter.cc
@@ -143,10 +143,6 @@ int main(int argc, char *argv[]) {
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,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698