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

  /system/core/init/
log.h 22 #define ERROR(x...) init_klog_write(KLOG_ERROR_LEVEL, x)
23 #define NOTICE(x...) init_klog_write(KLOG_NOTICE_LEVEL, x)
24 #define INFO(x...) init_klog_write(KLOG_INFO_LEVEL, x)
26 void init_klog_write(int level, const char* fmt, ...) __printflike(2, 3);
log.cpp 43 void init_klog_write(int level, const char* fmt, ...) { function

Completed in 263 milliseconds