Configuration options for the feedback configuration area.
| Field | Type | Description | Default |
|---|---|---|---|
spontaneous_reboot_reason | SpontaneousRebootReason | How a device should interpret a spontaneous reboot, which occurs when a device did not cold boot and the kernel and bootloader cannot determine why a device shutdown (in other words, the Zircon reboot reason is "UNKNOWN"). Note that this flag will only be used as the reboot reason for spontaneous reboots. For non-spontaneous reboots, other signals will be available and will be used to determine the reboot reason. | |
snapshot_exclusion | SnapshotExclusionConfig | Configuration options for excluding items from snapshots. | |
remote_device_id_provider | bool | If true, Feedback will retrieve the device ID via the fuchsia.feedback.DeviceIdProvider FIDL protocol rather than using its local implementation. | |
large_disk | bool | If true, Feedback will persist snapshots to disk if the network is unavailable. | |
include_kernel_logs_in_last_reboot_info | bool | Whether to include the last few kernel logs in the last reboot info. | |
feedback_id_component_url | FeedbackIdComponentUrl | The URL of the component, if any, that exposes the fuchsia.feedback.DeviceIdProvider protocol and should be added to the core realm. |