Searched defs:ALOG_ASSERT (Results 1 – 2 of 2) sorted by relevance
175 #define ALOG_ASSERT(cond, ...) LOG_FATAL_IF(!(cond), ##__VA_ARGS__) macro