Home
last modified time | relevance | path

Searched refs:enable_tombstone_receiver (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.h229 void set_enable_tombstone_receiver(bool enable_tombstone_receiver);
230 bool enable_tombstone_receiver() const;
Dcuttlefish_config.cpp738 bool CuttlefishConfig::enable_tombstone_receiver() const { in enable_tombstone_receiver() function in vsoc::CuttlefishConfig
742 void CuttlefishConfig::set_enable_tombstone_receiver(bool enable_tombstone_receiver) { in set_enable_tombstone_receiver() argument
743 (*dictionary_)[kRunTombstoneReceiver] = enable_tombstone_receiver; in set_enable_tombstone_receiver()
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc215 if (!config.enable_tombstone_receiver()) { in LaunchTombstoneReceiverIfEnabled()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc173 DEFINE_bool(enable_tombstone_receiver, true, "Enables the tombstone logger on "