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

  /system/core/include/cutils/
klog.h 27 void klog_write(int level, const char *fmt, ...)
32 #define KLOG_ERROR(tag,x...) klog_write(3, "<3>" tag ": " x)
33 #define KLOG_WARNING(tag,x...) klog_write(4, "<4>" tag ": " x)
34 #define KLOG_NOTICE(tag,x...) klog_write(5, "<5>" tag ": " x)
35 #define KLOG_INFO(tag,x...) klog_write(6, "<6>" tag ": " x)
36 #define KLOG_DEBUG(tag,x...) klog_write(7, "<7>" tag ": " x)
  /system/core/libcutils/
klog.c 52 void klog_write(int level, const char *fmt, ...) function
  /system/core/logwrapper/
logwrap.c 163 klog_write(6, log_info->klog_fmt, line);
  /system/core/charger/
charger.c 234 klog_write(6, "<6>%s", ptr);
  /system/core/init/
init.c 1015 cb.func_log = klog_write;

Completed in 588 milliseconds