Crate fuchsia_triage

source ·

Structs

Enums

Functions

  • Analyze all DiagnosticData against loaded configs and generate corresponding ActionResults. Each DiagnosticData will yield a single ActionResults instance. Minor errors will not be included.
  • Analyze all DiagnosticData against loaded configs and generate the corresponding TriageOutput. A single TriageOutput instance is returned regardless of the length of DiagnosticData.
  • Analyze all DiagnosticData against loaded configs and generate corresponding ActionResults. Each DiagnosticData will yield a single ActionResults instance. Include minor errors.

Type Definitions

  • Contains all Error, Warning, and Info generated while computing snapshots.