Searched refs:LOG_LEVEL_STR (Results 1 - 2 of 2) sorted by relevance
/base/security/access_token/interfaces/innerkits/nativetoken/src/ |
H A D | nativetoken_klog.c | 24 static const char *LOG_LEVEL_STR[] = {"ERROR", "WARNING", "INFO"};
variable 63 getpid(), "access_token", LOG_LEVEL_STR[logLevel], tmpFmt);
in NativeTokenKmsg()
|
/base/startup/init/services/log/ |
H A D | init_log.c | 75 static const char *LOG_LEVEL_STR[] = { "DEBUG", "INFO", "WARNING", "ERROR", "FATAL" };
in LogToDmesg() local 86 LOG_KLEVEL_STR[logLevel], getpid(), tag, LOG_LEVEL_STR[logLevel], info) == -1) {
in LogToDmesg()
|
Completed in 1 milliseconds