Searched refs:LOG_FATAL (Results 1 – 8 of 8) 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
56 LOG_FATAL("SIGBUS handler called for unexpected signal %d", sig); in handler()
94 Environment() { logging::SetMinLogLevel(logging::LOG_FATAL); } in Environment()
31 LOG_FATAL("Nfc HAL service died!"); in serviceDied()
55 LOG_FATAL(format, ...)109 `LOG_ALWAYS_FATAL` is used to `ALOG` a message, then kill the process. `LOG_FATAL` call is a
254 case logging::LOG_FATAL: in RedirectToLiblog()
365 TEST(logging, LOG_FATAL) { in TEST() argument