Searched refs:KLOG_INFO (Results 1 - 5 of 5) sorted by relevance

/system/core/init/
H A Dlog.h24 #define INFO(x...) KLOG_INFO("init", x)
/system/core/fastbootd/
H A Ddebug.h33 #define DLOG(fmt, ...) KLOG_INFO("fastbootd", fmt, ##__VA_ARGS__)
/system/core/fs_mgr/
H A Dfs_mgr_priv.h23 #define INFO(x...) KLOG_INFO("fs_mgr", x)
/system/core/include/cutils/
H A Dklog.h44 #define KLOG_INFO(tag,x...) klog_write(KLOG_INFO_LEVEL, "<6>" tag ": " x) macro
/system/extras/tests/suspend_stress/
H A Dsuspend_stress.cpp184 KLOG_INFO("suspend_stress", "timer fired: %d at boottime %lld.%.3ld, %s", i,

Completed in 219 milliseconds