---
title: cumulativeAbnormalExitCount
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/mxbackgroundexitdata/cumulativeabnormalexitcount
---

# cumulativeAbnormalExitCount

The number of times the app exited abnormally from the background.

## Declaration

```swift
var cumulativeAbnormalExitCount: Int { get }
```

## Discussion

Discussion The most common causes of an abnormal exit are uncaught Objective-C exceptions, calls to an abort function, and other conditions resulting in an abort signal.
