template <>
class WireSyncClientImpl
Defined at line 288 of file fidling/gen/sdk/fidl/fuchsia.driver.crash/fuchsia.driver.crash/cpp/fidl/fuchsia.driver.crash/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_driver_crash::CrashIntrospect>|,
avoiding setting up a client.
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.