Searched refs:KLOG_ERROR (Results 1 - 6 of 6) sorted by relevance
/system/core/init/ |
H A D | log.h | 22 #define ERROR(x...) KLOG_ERROR("init", x)
|
/system/core/fs_mgr/ |
H A D | fs_mgr_priv.h | 24 #define ERROR(x...) KLOG_ERROR("fs_mgr", x)
|
/system/core/healthd/ |
H A D | healthd.cpp | 89 KLOG_ERROR(LOG_TAG, "wakealarm_set_interval: timerfd_settime failed\n"); 126 KLOG_ERROR(LOG_TAG, "uevent_init: uevent_open_socket failed\n"); 160 KLOG_ERROR(LOG_TAG, "wakealarm_init: timerfd_create failed\n"); 171 KLOG_ERROR(LOG_TAG, "wakealarm_event: read wakealarm_fd failed\n"); 195 KLOG_ERROR(LOG_TAG, 205 KLOG_ERROR(LOG_TAG, 216 KLOG_ERROR(LOG_TAG, 227 KLOG_ERROR(LOG_TAG, 244 KLOG_ERROR(LOG_TAG, "healthd_mainloop: epoll_wait failed\n");
|
H A D | BatteryMonitor.cpp | 102 KLOG_ERROR(LOG_TAG, "Could not open '%s'\n", path.string()); 281 KLOG_ERROR(LOG_TAG, "Could not open %s\n", POWER_SUPPLY_SYSFS_PATH); 402 KLOG_ERROR(LOG_TAG, "No charger supplies found\n");
|
/system/core/include/cutils/ |
H A D | klog.h | 32 #define KLOG_ERROR(tag,x...) klog_write(3, "<3>" tag ": " x) macro
|
/system/core/charger/ |
H A D | charger.c | 72 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)
|
Completed in 85 milliseconds