Searched defs:INFO (Results 1 - 2 of 2) sorted by relevance

/bionic/linker/
H A Dlinker_debug.h34 // INFO, TRACE, and DEBUG calls in the source). This will only
75 #define INFO(x...) _PRINTVF(0, x) macro
/bionic/tools/relocation_packer/src/
H A Ddebug.h7 // LOG(tag) prints messages. Tags are INFO, WARNING, ERROR and FATAL.
8 // INFO prints to stdout, the others to stderr. FATAL aborts after printing.
12 // VLOG(level) logs INFO messages where level is less than or equal to the
15 // VLOG_IF(level, predicate) logs INFO if predicate evaluates to true,
34 enum Severity {INFO = 0, WARNING, ERROR, FATAL}; enumerator in enum:relocation_packer::Logger::Severity
72 // Verbosity for INFO messages. Not thread-safe.
98 // VLOG(level) prints its message as INFO if level is less than or equal to
101 (relocation_packer::Logger(relocation_packer::Logger::INFO, (level), true) \
104 (relocation_packer::Logger(relocation_packer::Logger::INFO, (level), \

Completed in 1115 milliseconds