Home
last modified time | relevance | path

Searched refs:abort_msg (Results 1 – 2 of 2) sorted by relevance

/system/core/debuggerd/handler/
Ddebuggerd_handler.cpp298 uintptr_t abort_msg; member
356 {.iov_base = &thread_info->abort_msg, .iov_len = sizeof(uintptr_t)}, in debuggerd_dispatch_pseudothread()
532 .abort_msg = reinterpret_cast<uintptr_t>(abort_message), in debuggerd_signal_handler()
/system/core/debuggerd/
Dcrash_dump.cpp212 android::base::SetAborter([](const char* abort_msg) { in Initialize() argument
226 dprintf(g_output_fd.get(), " %d: %s\n", g_target_thread, abort_msg); in Initialize()
228 dprintf(g_output_fd.get(), ": %s\n", abort_msg); in Initialize()