Searched refs:PUBLIC_FMT_LABEL (Results 1 – 1 of 1) sorted by relevance
26 const std::string PUBLIC_FMT_LABEL = "%{public}s"; variable65 … PrintLog(logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.first)); // log前缀不做打印控制 in PrintLongLog()67 … PrintLog(logContent.BuildWithFmtAndArgs(PUBLIC_FMT_LABEL, splitLogPair.second)); // log后缀不做打印控制 in PrintLongLog()127 if (FindSubStrCount(log, PUBLIC_FMT_LABEL) == COUNT_ONE) { in GetFmtLabel()128 return PUBLIC_FMT_LABEL; in GetFmtLabel()