Home
last modified time | relevance | path

Searched defs:abort_message (Results 1 – 5 of 5) sorted by relevance

/system/core/debuggerd/handler/
Ddebuggerd_fallback.cpp100 void* abort_message) { in debuggerd_fallback_tombstone()
309 static void crash_handler(siginfo_t* info, ucontext_t* ucontext, void* abort_message) { in crash_handler()
343 void* abort_message) { in debuggerd_fallback_handler()
/system/core/liblog/
Dlogger_write.cpp167 void __android_log_default_aborter(const char* abort_message) { in __android_log_default_aborter()
182 void __android_log_call_aborter(const char* abort_message) { in __android_log_call_aborter()
/system/libbase/
Dlogging.cpp308 void DefaultAborter(const char* abort_message) { in DefaultAborter()
421 [](const char* abort_message) { Aborter()(abort_message); }); in SetAborter()
/system/core/init/
Dutil.cpp677 static void InitAborter(const char* abort_message) { in InitAborter()
/system/core/debuggerd/
Ddebuggerd_test.cpp672 TEST_F(CrasherTest, abort_message) { in TEST_F() argument