Searched refs:LOG_KLEVEL_STR (Results 1 – 2 of 2) sorted by relevance
/base/hiviewdfx/faultloggerd/common/dfxlog/ |
D | dfx_log.cpp | 40 static const char *LOG_KLEVEL_STR[] = { "<7>", "<6>", "<4>", "<3>", "<3>" }; in LogToDmesg() local 47 LOG_KLEVEL_STR[logLevel], getpid(), getppid(), tag, LOG_LEVEL_STR[logLevel], info) == -1) { in LogToDmesg()
|
/base/startup/init/services/log/ |
D | init_log.c | 76 static const char *LOG_KLEVEL_STR[] = { "<7>", "<6>", "<4>", "<3>", "<3>" }; in LogToDmesg() local 86 LOG_KLEVEL_STR[logLevel], getpid(), tag, LOG_LEVEL_STR[logLevel], info) == -1) { in LogToDmesg()
|