Searched refs:LastErrorCodeString (Results 1 – 4 of 4) sorted by relevance
73 _LOG(&log, logtype::THREAD, " Error code: %s\n", unwinder->LastErrorCodeString()); in dump_backtrace_thread()
407 unwinder->LastErrorCodeString()); in dump_thread()
420 _LOG(log, logtype::THREAD, " Error code: %s\n", unwinder->LastErrorCodeString()); in dump_thread()
124 const char* LastErrorCodeString() { return GetErrorCodeString(last_error_.code); } in LastErrorCodeString() function