class AttachmentProviders
Defined at line 31 of file ../../src/developer/forensics/feedback/attachment_providers.h
Wraps the annotations providers Feedback uses and the component's AttachmentManager.
Public Methods
void AttachmentProviders (async_dispatcher_t *dispatcher,std::shared_ptr<sys::ServiceDirectory>services,std::optional<zx::duration>delete_previous_boot_log_at,timekeeper::Clock *clock,RedactorBase *redactor,feedback_data::InspectDataBudget *inspect_data_budget,std::set<std::string>allowlist,std::optional<std::string>dlog,cobalt::Logger *cobalt)
Defined at line 14 of file ../../src/developer/forensics/feedback/attachment_providers.cc
AttachmentManager * GetAttachmentManager ()
Defined at line 41 of file ../../src/developer/forensics/feedback/attachment_providers.h
std::unique_ptr<backoff::Backoff> AttachmentProviderBackoff ()
Defined at line 45 of file ../../src/developer/forensics/feedback/attachment_providers.cc