Home
last modified time | relevance | path

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

/aosp12/system/core/debuggerd/libdebuggerd/
H A Dbacktrace.cpp73 _LOG(&log, logtype::THREAD, " Error code: %s\n", unwinder->LastErrorCodeString()); in dump_backtrace_thread()
H A Dtombstone.cpp420 _LOG(log, logtype::THREAD, " Error code: %s\n", unwinder->LastErrorCodeString()); in dump_thread()
H A Dtombstone_proto.cpp407 unwinder->LastErrorCodeString()); in dump_thread()
/aosp12/art/runtime/
H A Dbacktrace_helper.cc101 LOG(ERROR) << "Failed to unwind stack (error " << unwinder->LastErrorCodeString() << "):"; in Collect()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DUnwinder.h124 const char* LastErrorCodeString() { return GetErrorCodeString(last_error_.code); } in LastErrorCodeString() function