OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
34
#define
KLOG_NOTICE
(tag,x...) klog_write(5, "<5>" tag ": " x)
Completed in 53 milliseconds