HomeSort by relevance Sort by last modified time
    Searched refs:BACK_LOGW (Results 1 - 8 of 8) sorted by null

  /system/core/libbacktrace/
BacktraceLog.h 25 #define BACK_LOGW(format, ...) \
UnwindPtrace.cpp 57 BACK_LOGW("Unwinding from a specified context not supported yet.");
63 BACK_LOGW("unw_create_addr_space failed.");
72 BACK_LOGW("Failed to create upt info.");
79 BACK_LOGW("unw_init_remote failed %d", ret);
88 BACK_LOGW("Failed to read IP %d", ret);
94 BACK_LOGW("Failed to read SP %d", ret);
UnwindCurrent.cpp 72 BACK_LOGW("unw_getcontext failed %d", ret);
83 BACK_LOGW("unw_init_local failed %d", ret);
92 BACK_LOGW("Failed to read IP %d", ret);
98 BACK_LOGW("Failed to read SP %d", ret);
BacktracePtrace.cpp 48 BACK_LOGW("MacOS does not support reading from another pid.");
67 BACK_LOGW("MacOS does not support reading from another pid.");
BacktraceCurrent.cpp 50 BACK_LOGW("pointer %p not in a readable map", reinterpret_cast<void*>(ptr));
169 BACK_LOGW("Timed out waiting for signal handler to indicate it finished.");
Backtrace.cpp 80 BACK_LOGW("invalid pointer %p", reinterpret_cast<void*>(ptr));
ThreadEntry.cpp 109 BACK_LOGW("pthread_cond_timedwait for value %d failed: %s", value, strerror(ret));
UnwindMap.cpp 112 BACK_LOGW("Unable to generate the map.");

Completed in 97 milliseconds