Searched defs:LOGE (Results 1 – 5 of 5) sorted by relevance
34 #define LOGE(...) LOG("E", __VA_ARGS__) macro
22 #define LOGE(...) __android_log_print(ANDROID_LOG_ERROR, "MCA", __VA_ARGS__) macro
143 #define LOGE(...) ((void)LOG(LOG_ERROR, LOG_TAG, __VA_ARGS__)) macro
67 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0) macro