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

/hardware/samsung_slsi/exynos5/mobicore/common/LogWrapper/
H A Dlog.h75 #define _LOG_E(fmt, args...) LOG_e(fmt, ## args) macro
104 #define _LOG_E(...) _LOG_x("E",__VA_ARGS__) macro
120 _LOG_E(" *****************************"); \
121 _LOG_E(" *** ERROR: "__VA_ARGS__); \
122 _LOG_E(" *** Detected in %s:%i/%s()", __FILE__, __LINE__, __FUNCTION__); \
123 _LOG_E(" *****************************"); \

Completed in 57 milliseconds