Searched defs:LOG_FATAL (Results 1 - 1 of 1) sorted by relevance

/frameworks/ex/framesequence/jni/utils/
H A Dlog.h207 #ifndef LOG_FATAL
208 #define LOG_FATAL(...) ((void)0) macro
216 #ifndef LOG_FATAL
217 #define LOG_FATAL(...) LOG_ALWAYS_FATAL(__VA_ARGS__) macro

Completed in 161 milliseconds