class AttachmentManager

Defined at line 25 of file ../../src/developer/forensics/feedback/attachments/attachment_manager.h

Responsible for the storage and collection of attachments

Attachments are either static and collected once at startup or dynamic and collected at runtime

each time they're needed.

Public Methods

void AttachmentManager (async_dispatcher_t * dispatcher, const std::set<std::string> & allowlist, std::map<std::string, AttachmentProvider *> providers)

Defined at line 32 of file ../../src/developer/forensics/feedback/attachments/attachment_manager.cc

::fpromise::promise<Attachments> GetAttachments (zx::duration timeout)

Defined at line 47 of file ../../src/developer/forensics/feedback/attachments/attachment_manager.cc