Searched refs:create_crash_report_attrs (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/crosvm/src/crosvm/sys/windows/ |
H A D | broker.rs | 476 pub fn create_crash_report_attrs(cfg: &Config, product_type: &str) -> CrashReportAttributes { in create_crash_report_attrs() function 490 crash_report::setup_crash_reporting(create_crash_report_attrs( in setup_emulator_crash_reporting() 782 create_crash_report_attrs(&cfg, product_type::EMULATOR), in run_internal() 828 create_crash_report_attrs(&cfg, product_type::METRICS), in run_internal() 901 crash_report::setup_crash_reporting(create_crash_report_attrs( in init_broker_crash_reporting() 908 crash_report::setup_crash_reporting(create_crash_report_attrs(cfg, product_type::BROKER)) in init_broker_crash_reporting() 1228 create_crash_report_attrs(cfg, &format!("{}_{}", product_type::DISK, index)), in start_up_block_backends() 1464 create_crash_report_attrs(cfg, product_type::SLIRP), in start_up_net_backend() 1490 create_crash_report_attrs(cfg, product_type::SLIRP), in start_up_net_backend() 1697 create_crash_report_attrs(cfg, product_type::SND), in start_up_snd() [all …]
|