Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_formatter.cpp34 constexpr int LOG_MAP_VALUE = 1; variable
160 if (strlen(item[LOG_MAP_VALUE]) <= 1) { in ParseFaultLogLine()
163 std::string sectionHead = item[LOG_MAP_VALUE]; in ParseFaultLogLine()
240 FileUtil::SaveStringToFd(fd, item[LOG_MAP_VALUE]); in WriteFaultLogToFile()