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

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

Merge "Modify missing output fd message." am: c1c2b4f8 am: 5567d474 am:...

Merge "Modify missing output fd message." am: c1c2b4f8 am: 5567d474 am: 1e6d954e am: 56a14294

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

Change-Id: I86f788f75209002aa596e3e4ea8556b9455432ab
parents e389ac9a 56a14294
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -448,8 +448,10 @@ 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) << "missing output fd";
      LOG(WARNING) << "skipping tombstone file creation due to intercept";
    }
    return;
  }