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

Commit 4dc3ffbb 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 am: c9506730

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

Change-Id: Idcd25f092ea4b418c9add4f0dfff47d04d99e67c
parents 222a4a81 c9506730
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;
  }