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

  /system/core/init/
log.h 23 #define NOTICE(x...) KLOG_NOTICE("init", x)
  /system/core/include/cutils/
klog.h 28 #define KLOG_NOTICE(tag,x...) klog_write(5, "<5>" tag ": " x)

Completed in 282 milliseconds