Home
last modified time | relevance | path

Searched refs:BACK_LOGW (Results 1 – 9 of 9) sorted by relevance

/system/core/libbacktrace/
DUnwindPtrace.cpp60 BACK_LOGW("Unwinding from a specified context not supported yet."); in Unwind()
67 BACK_LOGW("unw_create_addr_space failed."); in Unwind()
77 BACK_LOGW("Failed to create upt info."); in Unwind()
85 BACK_LOGW("unw_init_remote failed %d", ret); in Unwind()
95 BACK_LOGW("Failed to read IP %d", ret); in Unwind()
101 BACK_LOGW("Failed to read SP %d", ret); in Unwind()
DUnwindCurrent.cpp72 BACK_LOGW("unw_getcontext failed %d", ret); in UnwindFromContext()
84 BACK_LOGW("unw_init_local failed %d", ret); in UnwindFromContext()
94 BACK_LOGW("Failed to read IP %d", ret); in UnwindFromContext()
100 BACK_LOGW("Failed to read SP %d", ret); in UnwindFromContext()
DBacktracePtrace.cpp48 BACK_LOGW("MacOS does not support reading from another pid."); in ReadWord()
67 BACK_LOGW("MacOS does not support reading from another pid."); in Read()
DBacktraceOffline.cpp134 BACK_LOGW("The context is needed for offline backtracing."); in Unwind()
145 BACK_LOGW("unw_init_remote failed %d", ret); in Unwind()
155 BACK_LOGW("Failed to read IP %d", ret); in Unwind()
161 BACK_LOGW("Failed to read SP %d", ret); in Unwind()
688 BACK_LOGW("%s is not a valid apk file", apk_file.c_str()); in OpenEmbeddedElfFile()
695 BACK_LOGW("failed to open archive %s: %s", apk_file.c_str(), ErrorCodeString(ret_code)); in OpenEmbeddedElfFile()
702 BACK_LOGW("failed to find %s in %s: %s", elf_file.c_str(), apk_file.c_str(), in OpenEmbeddedElfFile()
707 BACK_LOGW("%s is compressed in %s, which doesn't support running directly", elf_file.c_str(), in OpenEmbeddedElfFile()
715 BACK_LOGW("failed to read %s in %s: %s", elf_file.c_str(), apk_file.c_str(), in OpenEmbeddedElfFile()
721 BACK_LOGW("failed to create binary for %s in %s: %s", elf_file.c_str(), apk_file.c_str(), in OpenEmbeddedElfFile()
DBacktraceLog.h25 #define BACK_LOGW(format, ...) \ macro
DBacktraceCurrent.cpp50 BACK_LOGW("pointer %p not in a readable map", reinterpret_cast<void*>(ptr)); in ReadWord()
195 BACK_LOGW("Timed out waiting for signal handler to indicate it finished."); in UnwindThread()
DThreadEntry.cpp109 BACK_LOGW("pthread_cond_timedwait for value %d failed: %s", value, strerror(ret)); in Wait()
DUnwindMap.cpp117 BACK_LOGW("Unable to generate the map."); in GenerateMap()
DBacktrace.cpp62 BACK_LOGW("invalid pointer %p", reinterpret_cast<void*>(ptr)); in VerifyReadWordArgs()