Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/config/
Dkernel_args.cpp86 if (config.enable_tombstone_receiver() && instance.tombstone_receiver_port()) { in KernelCommandLineFromConfig()
Dcuttlefish_config.h227 void set_enable_tombstone_receiver(bool enable_tombstone_receiver);
228 bool enable_tombstone_receiver() const;
Dcuttlefish_config.cpp559 bool CuttlefishConfig::enable_tombstone_receiver() const { in enable_tombstone_receiver() function in cuttlefish::CuttlefishConfig
563 void CuttlefishConfig::set_enable_tombstone_receiver(bool enable_tombstone_receiver) { in set_enable_tombstone_receiver() argument
564 (*dictionary_)[kRunTombstoneReceiver] = enable_tombstone_receiver; in set_enable_tombstone_receiver()
/device/google/cuttlefish/host/commands/run_cvd/
Dlaunch.cc218 if (!config.enable_tombstone_receiver()) { in LaunchTombstoneReceiverIfEnabled()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dflags.cc220 DEFINE_bool(enable_tombstone_receiver, true, "Enables the tombstone logger on "