template <>
class NaturalClientImpl
Defined at line 250 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/natural_messaging.h
Public Methods
::fidl::internal::NaturalThenable< ::fuchsia_feedback::CrashReporter::FileReport> FileReport (::fidl::Request< ::fuchsia_feedback::CrashReporter::FileReport> request)
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.