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

Unified Diff: services/service_manager/public/cpp/standalone_service/standalone_service.cc

Issue 2643853005: chromeos: Initial support for crash reporting for chrome --mash (Closed)
Patch Set: sadrul comments Created 3 years, 11 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 | « services/service_manager/public/cpp/standalone_service/standalone_service.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/public/cpp/standalone_service/standalone_service.cc
diff --git a/services/service_manager/public/cpp/standalone_service/standalone_service.cc b/services/service_manager/public/cpp/standalone_service/standalone_service.cc
index bd26da071156c7b37eea5e52a3587d6c663f71dc..4350479cd5c80cdb8eb56e5df9ee272b03369cc1 100644
--- a/services/service_manager/public/cpp/standalone_service/standalone_service.cc
+++ b/services/service_manager/public/cpp/standalone_service/standalone_service.cc
@@ -64,11 +64,6 @@ void RunStandaloneService(const StandaloneServiceCallback& callback) {
MachBroker::SendTaskPortToParent();
#endif
-#if !defined(OFFICIAL_BUILD)
- // Initialize stack dumping just before initializing sandbox to make
- // sure symbol names in all loaded libraries will be cached.
- base::debug::EnableInProcessStackDumping();
-#endif
#if defined(OS_LINUX)
std::unique_ptr<LinuxSandbox> sandbox;
const base::CommandLine& command_line =
« no previous file with comments | « services/service_manager/public/cpp/standalone_service/standalone_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698