Home
last modified time | relevance | path

Searched refs:GetErrorString (Results 1 – 7 of 7) sorted by relevance

/system/unwinding/libunwindstack/tests/
DAndroidUnwinderTest.cpp103 EXPECT_EQ("None", data.GetErrorString()); in TEST()
105 EXPECT_EQ("Invalid Elf", data.GetErrorString()); in TEST()
107 EXPECT_EQ("Memory Invalid", data.GetErrorString()); in TEST()
109 EXPECT_EQ("Memory Invalid at address 0x1000", data.GetErrorString()); in TEST()
148 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in TEST()
382 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in Verify()
415 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in TEST()
443 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in TEST()
467 EXPECT_EQ("Ptrace Call Failed", data.GetErrorString()); in TEST()
474 EXPECT_EQ("Ptrace Call Failed", data.GetErrorString()); in TEST()
/system/core/libutils/
DCallStack.cpp55 ALOGW("%s: Failed to unwind callstack: %s", __FUNCTION__, data.GetErrorString().c_str()); in update()
/system/core/debuggerd/libdebuggerd/
Dbacktrace.cpp72 data.GetErrorString().c_str()); in dump_backtrace_thread()
Dtombstone_proto.cpp457 thread_info.tid, data.GetErrorString().c_str()); in dump_thread()
/system/core/init/
Dreboot_utils.cpp166 LOG(ERROR) << __FUNCTION__ << ": Failed to unwind callstack: " << data.GetErrorString(); in InitFatalReboot()
/system/unwinding/libunwindstack/include/unwindstack/
DAndroidUnwinder.h49 std::string GetErrorString();
/system/unwinding/libunwindstack/
DAndroidUnwinder.cpp57 std::string AndroidUnwinderData::GetErrorString() { in GetErrorString() function in unwindstack::AndroidUnwinderData