Contents

cumulativeAbnormalExitCount

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

Declaration

var cumulativeAbnormalExitCount: Int { get }

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.