Home
last modified time | relevance | path

Searched refs:BACK_LOGE (Results 1 – 2 of 2) sorted by relevance

/system/core/libbacktrace/
DBacktraceCurrent.cpp99 BACK_LOGE("pid %d, tid %d: Received a spurious signal %d\n", getpid(), gettid(), THREAD_SIGNAL); in SignalLogOnly()
105 BACK_LOGE("pid %d, tid %d entry not found", getpid(), gettid()); in SignalHandler()
124 BACK_LOGE("Timed out waiting for unwind thread to indicate it completed."); in SignalHandler()
142 BACK_LOGE("sigaction failed: %s", strerror(errno)); in UnwindThread()
203 BACK_LOGE("Timed out waiting for signal handler to get ucontext data."); in UnwindThread()
DBacktraceLog.h28 #define BACK_LOGE(format, ...) \ macro