Searched refs:GetErrorString (Results 1 – 9 of 9) sorted by relevance
| /system/unwinding/libunwindstack/tests/ |
| D | AndroidUnwinderTest.cpp | 97 EXPECT_EQ("None", data.GetErrorString()); in TEST() 99 EXPECT_EQ("Invalid Elf", data.GetErrorString()); in TEST() 101 EXPECT_EQ("Memory Invalid", data.GetErrorString()); in TEST() 103 EXPECT_EQ("Memory Invalid at address 0x1000", data.GetErrorString()); in TEST() 140 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in TEST_F() 374 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in Verify() 412 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in TEST_F() 437 printf("Failed to unwind %s\n", data.GetErrorString().c_str()); in TEST_F() 461 EXPECT_EQ("Ptrace Call Failed", data.GetErrorString()); in TEST_F() 468 EXPECT_EQ("Ptrace Call Failed", data.GetErrorString()); in TEST_F()
|
| /system/unwinding/libunwindstack/tools/ |
| D | unwind.cpp | 87 printf("Unable to unwind pid %d: %s\n", pid, data.GetErrorString().c_str()); in DoUnwind()
|
| D | unwind_for_offline.cpp | 299 fprintf(stderr, "Unable to unwind tid %d: %s\n", tid, data.GetErrorString().c_str()); in SaveData()
|
| /system/core/libutils/ |
| D | CallStack.cpp | 55 ALOGW("%s: Failed to unwind callstack: %s", __FUNCTION__, data.GetErrorString().c_str()); in update()
|
| /system/core/debuggerd/libdebuggerd/ |
| D | backtrace.cpp | 72 data.GetErrorString().c_str()); in dump_backtrace_thread()
|
| D | tombstone_proto.cpp | 633 thread_info.tid, data.GetErrorString().c_str()); in dump_thread() 656 thread_info.tid, guest_data.GetErrorString().c_str()); in dump_thread()
|
| /system/core/init/ |
| D | reboot_utils.cpp | 159 LOG(ERROR) << __FUNCTION__ << ": Failed to unwind callstack: " << data.GetErrorString(); in InitFatalReboot()
|
| /system/unwinding/libunwindstack/include/unwindstack/ |
| D | AndroidUnwinder.h | 49 std::string GetErrorString();
|
| /system/unwinding/libunwindstack/ |
| D | AndroidUnwinder.cpp | 57 std::string AndroidUnwinderData::GetErrorString() { in GetErrorString() function in unwindstack::AndroidUnwinderData
|