HomeSort by relevance Sort by last modified time
    Searched refs:KLOG_ERROR (Results 1 - 7 of 7) sorted by null

  /system/core/init/
log.h 22 #define ERROR(x...) KLOG_ERROR("init", x)
  /system/core/fs_mgr/
fs_mgr_priv.h 24 #define ERROR(x...) KLOG_ERROR("fs_mgr", x)
  /system/core/include/cutils/
klog.h 32 #define KLOG_ERROR(tag,x...) klog_write(3, "<3>" tag ": " x)
  /system/core/healthd/
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");
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");
  /device/samsung/manta/health/
healthd-manta.cpp 111 KLOG_ERROR(LOG_TAG, "charge_enabled write error; errno=%d\n", errno);
293 KLOG_ERROR(LOG_TAG, "open manta-battery/charge_enabled failed"
  /system/core/charger/
charger.c 72 #define LOGE(x...) do { KLOG_ERROR("charger", x); } while (0)

Completed in 228 milliseconds