Home
last modified time | relevance | path

Searched refs:LOG_FATAL (Results 1 – 6 of 6) sorted by relevance

/system/core/liblog/include_vndk/log/
Dlog_main.h155 #ifndef LOG_FATAL
156 #define LOG_FATAL(...) __FAKE_USE_VA_ARGS(__VA_ARGS__) macro
164 #ifndef LOG_FATAL
165 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__) macro
/system/core/liblog/include/log/
Dlog_main.h155 #ifndef LOG_FATAL
156 #define LOG_FATAL(...) __FAKE_USE_VA_ARGS(__VA_ARGS__) macro
164 #ifndef LOG_FATAL
165 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__) macro
/system/update_engine/
Domaha_request_action_fuzzer.cc26 Environment() { logging::SetMinLogLevel(logging::LOG_FATAL); } in Environment()
Dlogging_android.cc236 case logging::LOG_FATAL: in RedirectToLiblog()
/system/core/liblog/
DREADME.md55 LOG_FATAL(format, ...)
111 `LOG_ALWAYS_FATAL` is used to `ALOG` a message, then kill the process. `LOG_FATAL` call is a
/system/core/base/
Dlogging_test.cpp344 TEST(logging, LOG_FATAL) { in TEST() argument