Configuration options for the feedback configuration area.
Field | Type | Description | Default |
---|---|---|---|
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 connects the fuchsia.feedback.DeviceIdProvider and google.flashts.Reader protocols and should be added to the core realm. This cannot be used in conjunction with sysinfo_feedback_id_component_url. TODO(https://fxbug.dev/427264599): remove once all products have migrated to feedback_id_component_url. | |
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. |