Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a0c47b90 authored by Hansong Zhang's avatar Hansong Zhang Committed by Automerger Merge Worker
Browse files

Add a LOG_INFO when gRPC server started am: fb2d139e

Original change: https://android-review.googlesource.com/c/platform/system/bt/+/1813688

Change-Id: I7607db9ac41ff57ca448313d5eb993cf1db044f2
parents 3aa9972f fb2d139e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@ void GrpcModule::StartServer(const std::string& address, int port) {
  completion_queue_ = builder.AddCompletionQueue();
  server_ = builder.BuildAndStart();
  ASSERT(server_ != nullptr);
  LOG_INFO("gRPC server started on %s", listening_port.c_str());

  for (const auto& facade : facades_) {
    facade->OnServerStarted();