class SpecificCrashReport
Defined at line 3874 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 3889 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
void SpecificCrashReport ()
template <typename... Args>
SpecificCrashReport WithNative (::fidl::AnyArena & allocator, Args &&... args)
Intended for a native exception.
Defined at line 3902 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
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.
::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 3920 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.
bool is_text_backtrace ()
SpecificCrashReport WithTextBacktrace (::fidl::ObjectView< ::fuchsia_feedback::wire::TextBacktraceCrashReport> val)
Intended for a text stack trace in Fuchsia's symbolization markup format.
template <typename... Args>
SpecificCrashReport WithTextBacktrace (::fidl::AnyArena & allocator, Args &&... args)
Intended for a text stack trace in Fuchsia's symbolization markup format.
Defined at line 3938 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h
::fuchsia_feedback::wire::TextBacktraceCrashReport & text_backtrace ()
Intended for a text stack trace in Fuchsia's symbolization markup format.
const ::fuchsia_feedback::wire::TextBacktraceCrashReport & text_backtrace ()
Intended for a text stack trace in Fuchsia's symbolization markup format.
::fuchsia_feedback::wire::SpecificCrashReport::Tag Which ()
void _CloseHandles ()
Enumerations
enum class Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kNative | 2 |
0x2 |
| kDart | 3 |
0x3 |
| kTextBacktrace | 4 |
0x4 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 3883 of file fidling/gen/sdk/fidl/fuchsia.feedback/fuchsia.feedback/cpp/fidl/fuchsia.feedback/cpp/wire_types.h