Searched refs:abort_message (Results 1 – 9 of 9) sorted by relevance
/system/libbase/ |
D | liblog_symbols.h | 34 void (*__android_log_call_aborter)(const char* abort_message); 35 void (*__android_log_default_aborter)(const char* abort_message);
|
D | logging.cpp | 308 void DefaultAborter(const char* abort_message) { in DefaultAborter() argument 310 android_set_abort_message(abort_message); in DefaultAborter() 312 UNUSED(abort_message); in DefaultAborter() 421 [](const char* abort_message) { Aborter()(abort_message); }); in SetAborter() argument
|
/system/core/liblog/include/android/ |
D | log.h | 218 typedef void (*__android_aborter_function)(const char* abort_message); 289 void __android_log_call_aborter(const char* abort_message) __INTRODUCED_IN(30); 299 void __android_log_default_aborter(const char* abort_message) __attribute__((noreturn))
|
/system/core/include/android/ |
D | log.h | 218 typedef void (*__android_aborter_function)(const char* abort_message); 289 void __android_log_call_aborter(const char* abort_message) __INTRODUCED_IN(30); 299 void __android_log_default_aborter(const char* abort_message) __attribute__((noreturn))
|
/system/core/debuggerd/handler/ |
D | debuggerd_fallback.cpp | 100 void* abort_message) { in debuggerd_fallback_tombstone() argument 106 engrave_tombstone_ucontext(output_fd, reinterpret_cast<uintptr_t>(abort_message), siginfo, in debuggerd_fallback_tombstone() 309 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler() argument 333 debuggerd_fallback_tombstone(output_fd.get(), ucontext, info, abort_message); in crash_handler() 343 void* abort_message) { in debuggerd_fallback_handler() argument 347 return crash_handler(info, ucontext, abort_message); in debuggerd_fallback_handler()
|
/system/core/liblog/ |
D | logger_write.cpp | 167 void __android_log_default_aborter(const char* abort_message) { in __android_log_default_aborter() argument 169 android_set_abort_message(abort_message); in __android_log_default_aborter() 171 UNUSED(abort_message); in __android_log_default_aborter() 182 void __android_log_call_aborter(const char* abort_message) { in __android_log_call_aborter() argument 183 aborter_function(abort_message); in __android_log_call_aborter()
|
/system/core/init/ |
D | util.cpp | 677 static void InitAborter(const char* abort_message) { in InitAborter() argument 681 android::base::DefaultAborter(abort_message); in InitAborter()
|
/system/libbase/include/android-base/ |
D | logging.h | 117 void DefaultAborter(const char* abort_message);
|
/system/core/debuggerd/ |
D | debuggerd_test.cpp | 672 TEST_F(CrasherTest, abort_message) { in TEST_F() argument
|