class CrashReporter

Defined at line 214 of file fidling/gen/src/developer/forensics/exceptions/fidl/fuchsia.exception.internal/hlcpp/fuchsia/exception/internal/cpp/fidl.h

Internal protocol that allows exceptions.cml to build crash reports and send them to the system

crash reporter in an isolated process.

Public Methods

void ~CrashReporter ()
void Send (::zx::exception exception, ::zx::process crashed_process, ::zx::thread crashed_thread, SendCallback callback)

A CrashReporter needs an optional exception, process, and thread so it can attempt to create

a crash report with a minidump and annotations on the thread that crashed.

Returns the moniker of the component that crashed, if available.