---
title: cumulativeAppWatchdogExitCount
framework: metrickit
role: symbol
role_heading: Instance Property
path: metrickit/mxbackgroundexitdata/cumulativeappwatchdogexitcount
---

# cumulativeAppWatchdogExitCount

The number of times the system watchdog terminated the app from the background.

## Declaration

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

## Discussion

Discussion The most common reasons the system watchdog terminates an app are taking too long to: Launch Terminate Respond to system events

## See Also

### Reading the System Termination Count

- [cumulativeCPUResourceLimitExitCount](metrickit/mxbackgroundexitdata/cumulativecpuresourcelimitexitcount.md)
- [cumulativeMemoryResourceLimitExitCount](metrickit/mxbackgroundexitdata/cumulativememoryresourcelimitexitcount.md)
- [cumulativeMemoryPressureExitCount](metrickit/mxbackgroundexitdata/cumulativememorypressureexitcount.md)
- [cumulativeSuspendedWithLockedFileExitCount](metrickit/mxbackgroundexitdata/cumulativesuspendedwithlockedfileexitcount.md)
