Home
last modified time | relevance | path

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

/ohos5.0/base/update/updateservice/foundations/ability/log/src/
H A Dupdate_log.cpp59 std::pair<std::string, std::string> splitLogPair = SplitLogByFmtLabel(logContent.log, fmtLabel); in PrintLongLog() local
61 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); … in PrintLongLog()
63 …PrintLog(subModuleTag, logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); … in PrintLongLog()