Package-level declarations
Types
Link copied to clipboard
Controls how much information OnyxDiagnostics emits.
Link copied to clipboard
Firmware integration boundary that handled an operation.
Link copied to clipboard
data class FirmwareDiagnostic(val id: Long, val operation: String, val backend: FirmwareBackendKind, val phase: FirmwareDiagnosticPhase, val status: FirmwareDiagnosticStatus, val durationNanos: Long, val threadName: String, val firmwareFingerprint: String, val firmwareDisplay: String, val board: String, val causeClass: String? = null, val causeMessage: String? = null)
Immutable diagnostic record for one firmware operation.
Link copied to clipboard
Stage at which a firmware diagnostic was recorded.
Link copied to clipboard
Outcome recorded for a firmware operation.
Link copied to clipboard
object OnyxDiagnostics
Process-local, bounded firmware diagnostic stream.