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

Commit fbaefc4d authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Remove dead code from debuggerd."

parents bd04bb0d 6da13538
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -678,13 +678,6 @@ static int do_server() {
  // Ignore failed writes to closed sockets
  signal(SIGPIPE, SIG_IGN);

  int logsocket = socket_local_client("logd", ANDROID_SOCKET_NAMESPACE_ABSTRACT, SOCK_DGRAM);
  if (logsocket < 0) {
    logsocket = -1;
  } else {
    fcntl(logsocket, F_SETFD, FD_CLOEXEC);
  }

  struct sigaction act;
  act.sa_handler = SIG_DFL;
  sigemptyset(&act.sa_mask);