Searched defs:LOG_ERROR (Results 1 – 3 of 3) sorted by relevance
33 #define LOG_ERROR(fmt, args...) ALOGE("%s: " fmt, __PRETTY_FUNCTION__, ##args) macro47 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro
37 #define LOG_ERROR(...) LOGWRAPPER(__VA_ARGS__) macro80 #define LOG_ERROR(tag, fmt, args...) \ macro
59 #define LOG_ERROR(message, error_code) \ macro