Home
last modified time | relevance | path

Searched refs:LogToStderrAndFiles (Results 1 – 7 of 7) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dlogging.cpp43 SetLogger(LogToStderrAndFiles({instance.launcher_log_path()}, prefix, stderr_level)); in DefaultSubprocessLogging()
/device/google/cuttlefish/host/commands/metrics/
Dmetrics.cc38 cuttlefish::LogToStderrAndFiles( in main()
/device/google/cuttlefish/common/libs/utils/
Dtee_logging.h69 TeeLogger LogToStderrAndFiles(const std::vector<std::string>& files,
Dtee_logging.cpp281 TeeLogger LogToStderrAndFiles(const std::vector<std::string>& files, in LogToStderrAndFiles() function
/device/google/cuttlefish/host/commands/modem_simulator/
Dmain.cpp74 android::base::SetLogger(LogToStderrAndFiles(log_files)); in ModemSimulatorMain()
/device/google/cuttlefish/host/commands/log_tee/
Dlog_tee.cpp72 cuttlefish::LogToStderrAndFiles({instance.launcher_log_path()})); in main()
/device/google/cuttlefish/host/commands/run_cvd/
Dmain.cc222 ::android::base::SetLogger(LogToStderrAndFiles({log_path}, prefix)); in ConfigureLogs()