class PreviousBootKernelLog
Defined at line 21 of file ../../src/developer/forensics/feedback/attachments/previous_boot_kernel_log.h
Retrieves the previous boot kernel log.
Public Methods
void PreviousBootKernelLog (std::optional<std::string> dlog, RedactorBase * redactor)
Defined at line 17 of file ../../src/developer/forensics/feedback/attachments/previous_boot_kernel_log.cc
::fpromise::promise<AttachmentValue> Get (uint64_t ticket)
Returns an immediately ready promise containing the previous boot kernel log.
Defined at line 25 of file ../../src/developer/forensics/feedback/attachments/previous_boot_kernel_log.cc
void ForceCompletion (uint64_t ticket, Error error)
No-op because collection happens synchronously.
Defined at line 35 of file ../../src/developer/forensics/feedback/attachments/previous_boot_kernel_log.cc