class CrashReporter

Defined at line 27 of file ../../src/developer/forensics/exceptions/handler/crash_reporter.h

Handles asynchronously building and filing a crash report for a given zx::exception.

Public Methods

void CrashReporter (async_dispatcher_t * dispatcher, std::shared_ptr<sys::ServiceDirectory> services, zx::duration component_lookup_timeout, std::unique_ptr<WakeLeaseBase> wake_lease, fidl::ClientEnd<fuchsia_driver_crash::CrashIntrospect> driver_crash_introspect)

Defined at line 99 of file ../../src/developer/forensics/exceptions/handler/crash_reporter.cc

void Send (zx::exception exception, zx::process crashed_proces, zx::thread crashed_thread, SendCallback callback)

|fuchsia::exception::internal::CrashReporter|

Defined at line 113 of file ../../src/developer/forensics/exceptions/handler/crash_reporter.cc