Home
last modified time | relevance | path

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

/hardware/google/aemu/base/include/aemu/base/logging/
DLog.h185 #define PLOG_IF(severity, condition) \ macro
200 #define PCHECK(condition) PLOG_IF(FATAL, !(condition)) << "Check failed: " #condition ". "