Searched refs:_LOG_E (Results 1 – 1 of 1) sorted by relevance
75 #define _LOG_E(fmt, args...) LOG_e(fmt, ## args) macro104 #define _LOG_E(...) _LOG_x("E",__VA_ARGS__) macro120 _LOG_E(" *****************************"); \121 _LOG_E(" *** ERROR: "__VA_ARGS__); \122 _LOG_E(" *** Detected in %s:%i/%s()", __FILE__, __LINE__, __FUNCTION__); \123 _LOG_E(" *****************************"); \