FeedbackConfig

Configuration options for the feedback configuration area.

FieldTypeDescriptionDefault
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 apply the config found at //src/developer/forensics/feedback/configs/product/large_disk.json. Compared to the default, this 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.
flash_ts_feedback_id_component_url \[string] The URL of the component, if any, that satisfies the requirements found at //src/developer/forensics/flash_ts_feedback_id/meta/README.md. Namely, the component that implements the fuchsia.feedback.DeviceIdProvider and google.flashts.Reader protocols.