Contents

terminationCategory

The category of termination that caused this crash.

Declaration

let terminationCategory: CrashDiagnostic.TerminationCategory?

Discussion

This value corresponds to the termination categories reported by ForegroundTerminationMetric and BackgroundTerminationMetric, enabling correlation between individual crash diagnostics and aggregate termination counts.

This property is nil when the termination category cannot be determined from the available crash metadata.

See Also

Termination counts