Searched refs:get_output (Results 1 – 1 of 1) sorted by relevance
163 std::optional<CrashOutput> get_output(DebuggerdDumpType dump_type) { in get_output() function in CrashQueue293 if (auto o = CrashQueue::for_crash(crash.get())->get_output(crash->crash_type); o) { in perform_request()