Searched defs:LOG_ERROR (Results 1 – 3 of 3) sorted by relevance
39 #define LOG_ERROR(fmt, args...) ALOGE("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) macro70 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro
37 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro80 #define LOG_ERROR(tag, fmt, args...) \ macro
61 #define LOG_ERROR(message, error_code) \ macro