Searched refs:ABORT_AFTER_LOG_EXPR_IF (Results 1 – 1 of 1) sorted by relevance
190 #define ABORT_AFTER_LOG_EXPR_IF(c, x) (((c) && ::android::base::LogAbortAfterFullExpr()) || (x)) macro195 #define ABORT_AFTER_LOG_EXPR_IF(c, x) (x) macro198 #define ABORT_AFTER_LOG_FATAL_EXPR(x) ABORT_AFTER_LOG_EXPR_IF(true, x)228 ABORT_AFTER_LOG_EXPR_IF((SEVERITY_LAMBDA(severity)) == ::android::base::FATAL, true) && \