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

Commit b04ae2d4 authored by Christopher Ferris's avatar Christopher Ferris Committed by Automerger Merge Worker
Browse files

Merge "Remove double check of fd value." am: 44187788

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1817116

Change-Id: Ie6f020dff0c98d9e604cf2f8e55bcf20c9f1d3dc
parents 7cb8e25a 44187788
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -448,10 +448,8 @@ static void crash_completed(borrowed_fd sockfd, std::unique_ptr<Crash> crash) {
    return;
  }

  if (crash->output.text.fd < 0) {
  if (crash->output.text.fd == -1) {
    LOG(WARNING) << "skipping tombstone file creation due to intercept";
    }
    return;
  }