class SpecificCrashReport
Defined at line 3453 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
Represents a specific crash report.
Add a new member when the server needs to special case how it handles certain annotations and
attachments for a given type of crashes, e.g., a `RuntimeCrashReport` for Javascript.
Public Methods
bool IsUnknown ()
Defined at line 3467 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
void SpecificCrashReport ()
void ~SpecificCrashReport ()
void SpecificCrashReport (SpecificCrashReport && other)
SpecificCrashReport & operator= (SpecificCrashReport && other)
bool has_invalid_tag ()
bool is_native ()
SpecificCrashReport WithNative (::fidl::ObjectView< ::fuchsia_feedback::wire::NativeCrashReport> val)
Intended for a native exception.
template <typename... Args>
SpecificCrashReport WithNative (::fidl::AnyArena & allocator, Args &&... args)
Intended for a native exception.
Defined at line 3480 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
::fuchsia_feedback::wire::NativeCrashReport & native ()
Intended for a native exception.
const ::fuchsia_feedback::wire::NativeCrashReport & native ()
Intended for a native exception.
bool is_dart ()
SpecificCrashReport WithDart (::fidl::ObjectView< ::fuchsia_feedback::wire::RuntimeCrashReport> val)
Intended for a Dart exception.
template <typename... Args>
SpecificCrashReport WithDart (::fidl::AnyArena & allocator, Args &&... args)
Intended for a Dart exception.
Defined at line 3498 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
::fuchsia_feedback::wire::RuntimeCrashReport & dart ()
Intended for a Dart exception.
const ::fuchsia_feedback::wire::RuntimeCrashReport & dart ()
Intended for a Dart exception.
::fuchsia_feedback::wire::SpecificCrashReport::Tag Which ()
void _CloseHandles ()
Enumerations
enum Tag
| Name | Value |
|---|---|
| kNative | 2 |
| kDart | 3 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() |
Defined at line 3462 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h