Home
last modified time | relevance | path

Searched refs:LastErrorCodeString (Results 1 – 4 of 4) sorted by relevance

/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp73 _LOG(&log, logtype::THREAD, " Error code: %s\n", unwinder->LastErrorCodeString()); in dump_backtrace_thread()
Dtombstone_proto.cpp407 unwinder->LastErrorCodeString()); in dump_thread()
Dtombstone.cpp420 _LOG(log, logtype::THREAD, " Error code: %s\n", unwinder->LastErrorCodeString()); in dump_thread()
/system/unwinding/libunwindstack/include/unwindstack/
DUnwinder.h124 const char* LastErrorCodeString() { return GetErrorCodeString(last_error_.code); } in LastErrorCodeString() function