Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/
Dutility.cpp46 bool is_allowed_in_logcat(enum logtype ltype) { in is_allowed_in_logcat() argument
47 if ((ltype == HEADER) in is_allowed_in_logcat()
48 || (ltype == REGISTERS) in is_allowed_in_logcat()
49 || (ltype == BACKTRACE)) { in is_allowed_in_logcat()
69 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG() argument
71 bool write_to_logcat = is_allowed_in_logcat(ltype) in _LOG()
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/
Dutility.h73 void _LOG(log_t* log, logtype ltype, const char* fmt, ...) __attribute__((format(printf, 3, 4)));