Home
last modified time | relevance | path

Searched refs:debugPath (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/services/
Dfault_logger_config.cpp29 …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()
Dfault_logger_config.h33 …erConfig(const int number, const long size, const std::string& path, const std::string& debugPath);