Home
last modified time | relevance | path

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

/system/core/libcutils/
Dloghack.h35 #define LOG_ALWAYS_FATAL(...) do { ALOGE(__VA_ARGS__); exit(1); } while (0) macro
/system/core/include/cutils/
Dlog.h381 #define LOG_ALWAYS_FATAL(...) \ macro