Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/
H A Dfaultlog_formatter_unittest.cpp58 FaultLogger::WriteStackTraceFromLog(fd, pidStr, path);
61 FaultLogger::WriteStackTraceFromLog(fd, pidStr, path);
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/
H A Dfaultlog_formatter.h27 void WriteStackTraceFromLog(int32_t fd, const std::string& pidStr, const std::string& path);
H A Dfaultlog_formatter.cpp180 void WriteStackTraceFromLog(int32_t fd, const std::string& pidStr, const std::string& path) in WriteStackTraceFromLog() function
252 WriteStackTraceFromLog(fd, sections["PID"], sections["KEYLOGFILE"]); in WriteFaultLogToFile()