template <>

class WireSyncClientImpl

Defined at line 752 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/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_feedback::CrashReporter>|,

avoiding setting up a client.

Public Methods

::fidl::WireResult< ::fuchsia_feedback::CrashReporter::FileReport> FileReport (::fuchsia_feedback::wire::CrashReport report)

Files a crash `report` and gives the final result of the operation.

This could mean generating a crash report in a local crash report

database or uploading the crash report to a remote crash server

depending on the FIDL server's configuration.

Warning: this could potentially take up to several minutes. Calling

this function in a synchronous manner is not recommended.

Request is heap-allocated. Response is heap-allocated.