Home
last modified time | relevance | path

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

/aosp14/system/core/debuggerd/tombstoned/
H A Dtombstoned.cpp163 std::optional<CrashOutput> get_output(DebuggerdDumpType dump_type) { in get_output() function in CrashQueue
293 if (auto o = CrashQueue::for_crash(crash.get())->get_output(crash->crash_type); o) { in perform_request()