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

Commit 50bb97c5 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 am: 8ec278b3

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

Change-Id: Ibf75928ba1cef98bb76926966fa01cfff0a12d36
parents ce208fc8 8ec278b3
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;
  }