class InspectManager

Defined at line 25 of file ../../src/developer/forensics/crash_reports/info/inspect_manager.h

Encapsulates the global state exposed through Inspect.

Public Methods

void InspectManager (inspect::Node * root_node)

Defined at line 26 of file ../../src/developer/forensics/crash_reports/info/inspect_manager.cc

void ExposeReportingPolicy (ReportingPolicyWatcher * watcher)

Exposes the reporting policy of the crash reporter.

Defined at line 30 of file ../../src/developer/forensics/crash_reports/info/inspect_manager.cc

void ExposeStore (StorageSize max_size)

Exposes the static properties of the report store.

Defined at line 38 of file ../../src/developer/forensics/crash_reports/info/inspect_manager.cc

void UpsertComponentToProductMapping (const std::string & component_url, const Product & product)

Upserts the mapping component URL to Product that a client registered.

Defined at line 53 of file ../../src/developer/forensics/crash_reports/info/inspect_manager.cc

void IncreaseReportsGarbageCollectedBy (uint64_t num_reports)

Increase the total number of garbage collected reports by |num_reports|.

Defined at line 44 of file ../../src/developer/forensics/crash_reports/info/inspect_manager.cc