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

Unified Diff: services/service_manager/public/cpp/lib/connector_impl.cc

Issue 2706383002: DO NOT SUBMIT: Show silent service manager failure (Closed)
Patch Set: Created 3 years, 10 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
Index: services/service_manager/public/cpp/lib/connector_impl.cc
diff --git a/services/service_manager/public/cpp/lib/connector_impl.cc b/services/service_manager/public/cpp/lib/connector_impl.cc
index b9c1811e03d126ef097e4d7680b6e8f9678ee4e5..2e488d9e3f04d61fc5f6f0e03dc343c5f06608e9 100644
--- a/services/service_manager/public/cpp/lib/connector_impl.cc
+++ b/services/service_manager/public/cpp/lib/connector_impl.cc
@@ -73,6 +73,7 @@ void ConnectorImpl::BindInterface(
const Identity& target,
const std::string& interface_name,
mojo::ScopedMessagePipeHandle interface_pipe) {
+ LOG(INFO) << "ConnectorImpl::BindInterface: " << interface_pipe.get().value();
if (!BindConnectorIfNecessary())
return;
« no previous file with comments | « services/preferences/public/interfaces/preferences.mojom ('k') | services/service_manager/public/cpp/lib/service_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698