Searched refs:debugPath (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/hiviewdfx/faultloggerd/services/ |
H A D | fault_logger_config.cpp | 28 const std::string& path, const std::string& debugPath) in FaultLoggerConfig() argument 29 :logFileNumber_(number), logFileSize_(size), logFilePath_(path), debugLogFilePath_(debugPath) in FaultLoggerConfig() 32 FAULTLOGGER_CONFIG_TAG.c_str(), number, size, path.c_str(), debugPath.c_str()); in FaultLoggerConfig()
|
H A D | fault_logger_config.h | 31 …erConfig(const int number, const long size, const std::string& path, const std::string& debugPath);
|