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

Commit da03a533 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Improve error message in debuggerd fallback handler." am: d0642a37...

Merge "Improve error message in debuggerd fallback handler." am: d0642a37 am: c9506730 am: 4dc3ffbb

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

Change-Id: I4c50aee5fa7ceda8c58e1a1fb8ad036f7e84177a
parents cd203972 4dc3ffbb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -233,6 +233,8 @@ static void trace_handler(siginfo_t* info, ucontext_t* ucontext) {
  // Fetch output fd from tombstoned.
  unique_fd tombstone_socket, output_fd;
  if (!tombstoned_connect(getpid(), &tombstone_socket, &output_fd, kDebuggerdNativeBacktrace)) {
    async_safe_format_log(ANDROID_LOG_ERROR, "libc",
                          "missing crash_dump_fallback() in selinux policy?");
    goto exit;
  }