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