Merge "Improve error message in debuggerd fallback handler."
This commit is contained in:
commit
d0642a373d
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue