OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KLOG_NOTICE
(Results
1 - 2
of
2
) sorted by null
/system/core/libcutils/include/cutils/
klog.h
42
#define
KLOG_NOTICE
(tag,x...) klog_write(KLOG_NOTICE_LEVEL, "<5>" tag ": " x)
/device/google/cuttlefish_common/guest/monitoring/vsoc_service/java/com/android/google/gce/gceservice/
BootReporter.java
37
private static final int
KLOG_NOTICE
= 5;
113
mKmsgWriter.printf(KLOG_FORMAT,
KLOG_NOTICE
, LOG_TAG, message);
Completed in 251 milliseconds