Home
last modified time | relevance | path

Searched refs:logcat_mode (Results 1 – 6 of 6) sorted by relevance

/device/google/cuttlefish_common/host/libs/vm_manager/
Dqemu_manager.cpp100 LogAndSetEnv("logcat_mode", config_->logcat_mode()); in StartCommand()
Dcf_qemu.sh216 if [[ "${logcat_mode}" == "serial" ]]; then
/device/google/cuttlefish_common/host/libs/config/
Dcuttlefish_config.h306 std::string logcat_mode() const;
Dcuttlefish_config.cpp803 std::string CuttlefishConfig::logcat_mode() const { in logcat_mode() function in vsoc::CuttlefishConfig
/device/google/cuttlefish_common/host/commands/launch/
Dlaunch.cc94 return config.logcat_mode() == cvd::kLogcatVsockMode; in LogcatReceiverEnabled()
Dflags.cc187 DEFINE_string(logcat_mode, "", "How to send android's log messages from "