template <>

class WireSyncBufferClientImpl

Defined at line 304 of file fidling/gen/sdk/fidl/fuchsia.driver.crash/fuchsia.driver.crash/cpp/fidl/fuchsia.driver.crash/cpp/wire_messaging.h

Public Methods

::fidl::WireUnownedResult< ::fuchsia_driver_crash::CrashIntrospect::FindDriverCrash> FindDriverCrash (uint64_t process_koid, uint64_t thread_koid)

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

driver host observed a crash from that thread.

The information for a crash is deleted when it is accessed.

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

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

Caller provides the backing storage for FIDL message via an argument to `.buffer()`.