Searched refs:DNBLOG_FLAG_ERROR (Results 1 - 3 of 3) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DDNBLog.h27 #define DNBLOG_FLAG_ERROR (1u << 1) macro
H A DDNBLog.cpp286 _DNBLog (DNBLOG_FLAG_ERROR, "error: %s", arg_msg);
309 _DNBLog (DNBLOG_FLAG_ERROR | DNBLOG_FLAG_FATAL, "error: %s", arg_msg);
H A Ddebugserver.cpp726 else if (flags & DNBLOG_FLAG_ERROR) asl_level = ASL_LEVEL_ERR;

Completed in 241 milliseconds