Searched defs:LOG_ALWAYS_FATAL (Results 1 – 2 of 2) sorted by relevance
/system/core/libcutils/ | ||
D | loghack.h | 35 #define LOG_ALWAYS_FATAL(...) do { ALOGE(__VA_ARGS__); exit(1); } while (0) macro |
/system/core/include/cutils/ | ||
D | log.h | 381 #define LOG_ALWAYS_FATAL(...) \ macro |