Searched refs:WriteStackTraceFromLog (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlog_formatter_unittest.cpp | 58 FaultLogger::WriteStackTraceFromLog(fd, pidStr, path); 61 FaultLogger::WriteStackTraceFromLog(fd, pidStr, path);
|
/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/ |
H A D | faultlog_formatter.h | 27 void WriteStackTraceFromLog(int32_t fd, const std::string& pidStr, const std::string& path);
|
H A D | faultlog_formatter.cpp | 180 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()
|