Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_formatter.h25 void WriteFaultLogToFile(int32_t fd, int32_t logType, std::map<std::string, std::string> sections);
H A Dfaultlog_manager.cpp115 FaultLogger::WriteFaultLogToFile(fd, info.faultLogType, info.sectionMap); in SaveFaultLogToFile()
H A Dfaultlog_formatter.cpp225 void WriteFaultLogToFile(int32_t fd, int32_t logType, std::map<std::string, std::string> sections) in WriteFaultLogToFile() function