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

/system/core/libcutils/
H A Dloghack.h35 #define LOG_ALWAYS_FATAL(...) do { LOGE(__VA_ARGS__); exit(1); } while (0) macro
/system/core/include/cutils/
H A Dlog.h297 #define LOG_ALWAYS_FATAL(...) \ macro
301 * Versions of LOG_ALWAYS_FATAL_IF and LOG_ALWAYS_FATAL that
312 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__)

Completed in 59 milliseconds