Searched refs:ABORT_AFTER_LOG_EXPR_IF (Results 1 – 1 of 1) sorted by relevance
184 #define ABORT_AFTER_LOG_EXPR_IF(c, x) (((c) && ::android::base::LogAbortAfterFullExpr()) || (x)) macro189 #define ABORT_AFTER_LOG_EXPR_IF(c, x) (x) macro192 #define ABORT_AFTER_LOG_FATAL_EXPR(x) ABORT_AFTER_LOG_EXPR_IF(true, x)222 ABORT_AFTER_LOG_EXPR_IF((SEVERITY_LAMBDA(severity)) == ::android::base::FATAL, true) && \