template <>
class WireWeakSyncClientImpl
Defined at line 440 of file fidling/gen/sdk/fidl/fuchsia.driver.crash/fuchsia.driver.crash/cpp/fidl/fuchsia.driver.crash/cpp/wire_messaging.h
Public Methods
::fidl::WireResult< ::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.
Allocates 32 bytes of request buffer on the stack. Response is heap-allocated.