OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BACK_LOGE
(Results
1 - 2
of
2
) sorted by null
/system/core/libbacktrace/
BacktraceLog.h
28
#define
BACK_LOGE
(format, ...) \
BacktraceCurrent.cpp
99
BACK_LOGE
("pid %d, tid %d entry not found", getpid(), gettid());
118
BACK_LOGE
("Timed out waiting for unwind thread to indicate it completed.");
136
BACK_LOGE
("sigaction failed: %s", strerror(errno));
143
BACK_LOGE
("tgkill %d failed: %s", Tid(), strerror(errno));
172
BACK_LOGE
("Timed out waiting for signal handler to get ucontext data.");
Completed in 41 milliseconds