Searched refs:ltype (Results 1 – 2 of 2) sorted by relevance
/system/core/debuggerd/libdebuggerd/ |
D | utility.cpp | 48 bool is_allowed_in_logcat(enum logtype ltype) { in is_allowed_in_logcat() argument 49 if ((ltype == HEADER) in is_allowed_in_logcat() 50 || (ltype == REGISTERS) in is_allowed_in_logcat() 51 || (ltype == BACKTRACE)) { in is_allowed_in_logcat() 71 void _LOG(log_t* log, enum logtype ltype, const char* fmt, ...) { in _LOG() argument 74 _VLOG(log, ltype, fmt, ap); in _LOG() 79 void _VLOG(log_t* log, enum logtype ltype, const char* fmt, va_list ap) { in _VLOG() argument 81 bool write_to_logcat = is_allowed_in_logcat(ltype) in _VLOG()
|
/system/core/debuggerd/libdebuggerd/include/libdebuggerd/ |
D | utility.h | 74 void _LOG(log_t* log, logtype ltype, const char* fmt, ...) __attribute__((format(printf, 3, 4))); 75 void _VLOG(log_t* log, logtype ltype, const char* fmt, va_list ap);
|