class CrashIntrospect

Defined at line 12518 of file fidling/gen/sdk/fidl/fuchsia.sys2/fuchsia.sys2/hlcpp/fuchsia/sys2/cpp/fidl.h

When a thread from a component using the ELF runner crashes, the thread

koid along with other information is stored. This protocol can be used to

retrieve that stored information.

Public Members

static const char[] Name_

Public Methods

void ~CrashIntrospect ()
void FindComponentByThreadKoid (uint64_t thread_koid, FindComponentByThreadKoidCallback callback)

Given a thread koid, returns the information that was stored when the

ELF runner observed a crash from that thread.

The information for a crash is deleted when it is accessed or when 10

minutes have passed, whichever comes first.

If there is no information available on the given thread koid,

`zx::Status::NOT_FOUND` is returned.