template <>
class NaturalSyncClientImpl
Defined at line 70 of file fidling/gen/sdk/fidl/fuchsia.driver.crash/fuchsia.driver.crash/cpp/fidl/fuchsia.driver.crash/cpp/natural_messaging.h
Public Methods
::fidl::Result< ::fuchsia_driver_crash::CrashIntrospect::FindDriverCrash> FindDriverCrash (::fidl::Request< ::fuchsia_driver_crash::CrashIntrospect::FindDriverCrash> request)
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.