Searched refs:WriteStackTraceFromLog (Results 1 - 3 of 3) sorted by relevance
/base/hiviewdfx/hiview/plugins/faultlogger/test/common/unittest/ |
H A D | faultlog_formatter_unittest.cpp | 50 * @tc.desc: Test WriteStackTraceFromLog 58 FaultLogger::WriteStackTraceFromLog(fd, pidStr, path); in HWTEST_F() 61 FaultLogger::WriteStackTraceFromLog(fd, pidStr, path); in HWTEST_F()
|
/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 | 181 void WriteStackTraceFromLog(int32_t fd, const std::string& pidStr, const std::string& path) in WriteStackTraceFromLog() function 253 WriteStackTraceFromLog(fd, sections["PID"], sections["KEYLOGFILE"]); in WriteFaultLogToFile()
|
Completed in 2 milliseconds