Home
last modified time | relevance | path

Searched refs:LogToDmesg (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/common/dfxlog/
H A Ddfx_log.cpp39 static void LogToDmesg(const LogLevel logLevel, const char *tag, const char *info) in LogToDmesg() function
124 LogToDmesg(logLevel, tag, buf); in DfxLogPrintV()
/ohos5.0/base/startup/init/services/log/
H A Dinit_log.c73 void LogToDmesg(InitLogLevel logLevel, const char *tag, const char *info) in LogToDmesg() function
110 LogToDmesg(logLevel, tag, logInfo); in PrintLog()