class Inspect
Defined at line 27 of file ../../src/developer/forensics/feedback/attachments/inspect.h
Collects the Inspect data.
fuchsia.diagnostics.ArchiveAccessor.feedback is expected to be in |services|.
Public Methods
void Inspect (async_dispatcher_t * dispatcher, std::shared_ptr<sys::ServiceDirectory> services, std::unique_ptr<backoff::Backoff> backoff, feedback_data::InspectDataBudget * data_budget, RedactorBase * redactor)
Defined at line 29 of file ../../src/developer/forensics/feedback/attachments/inspect.cc
::fpromise::promise<AttachmentValue> Get (uint64_t ticket)
Returns a promise to the inspect data and allows collection to be terminated early with
|ticket|.
Defined at line 141 of file ../../src/developer/forensics/feedback/attachments/inspect.cc
void ForceCompletion (uint64_t ticket, Error error)
Completes the inspect data collection promise associated with |ticket| early, if it hasn't
already completed.
Defined at line 212 of file ../../src/developer/forensics/feedback/attachments/inspect.cc