Searched refs:LOG_FATAL (Results 1 – 7 of 7) sorted by relevance
155 #ifndef LOG_FATAL156 #define LOG_FATAL(...) __FAKE_USE_VA_ARGS(__VA_ARGS__) macro164 #ifndef LOG_FATAL165 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__) macro
26 Environment() { logging::SetMinLogLevel(logging::LOG_FATAL); } in Environment()
71 ALOG(LOG_FATAL, LOG_TAG, "@@@ ABORTING: CODE FLINGER: %s IN %s addr=%p", in heap_error()
140 #define NOT_IMPLEMENTED() LOG_FATAL("Arm instruction %s not yet implemented\n", __func__)
55 LOG_FATAL(format, ...)116 `LOG_ALWAYS_FATAL` is used to `ALOG` a message, then kill the process. `LOG_FATAL` call is a
350 TEST(logging, LOG_FATAL) { in TEST() argument