Searched refs:KLOG_ERROR (Results 1 - 4 of 4) sorted by relevance

/system/core/init/
H A Dlog.h22 #define ERROR(x...) KLOG_ERROR("init", x)
/system/core/fs_mgr/
H A Dfs_mgr_priv.h24 #define ERROR(x...) KLOG_ERROR("fs_mgr", x)
/system/core/include/cutils/
H A Dklog.h26 #define KLOG_ERROR(tag,x...) klog_write(3, "<3>" tag ": " x) macro
/system/core/charger/
H A Dcharger.c68 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)

Completed in 58 milliseconds