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

Unified Diff: mojo/runner/desktop/main_helper.cc

Issue 1492523002: mojo: Improve crash stack. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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 | mojo/runner/host/child_process.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/desktop/main_helper.cc
diff --git a/mojo/runner/desktop/main_helper.cc b/mojo/runner/desktop/main_helper.cc
index 8f850f5e095211e3906379d92a890bf95fb02aa2..c36266631f3f77fed3c1e4b3258831e3cc4fd5e6 100644
--- a/mojo/runner/desktop/main_helper.cc
+++ b/mojo/runner/desktop/main_helper.cc
@@ -4,12 +4,10 @@
#include "mojo/runner/desktop/main_helper.h"
-
#include "base/at_exit.h"
#include "base/base_switches.h"
#include "base/command_line.h"
#include "base/debug/debugger.h"
-#include "base/debug/stack_trace.h"
#include "base/files/file_path.h"
#include "base/logging.h"
#include "base/process/launch.h"
@@ -42,7 +40,6 @@ int RunnerMain(int argc, char** argv,
WaitForDebuggerIfNecessary();
#if !defined(OFFICIAL_BUILD)
- base::debug::EnableInProcessStackDumping();
sadrul 2015/12/03 18:15:51 Remove this caused no backtrace when mus crashes.
#if defined(OS_WIN)
base::RouteStdioToConsole(false);
#endif
« no previous file with comments | « no previous file | mojo/runner/host/child_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698