cumulativeIllegalInstructionExitCount
The number of times the system terminated the app from the background for attempting to execute an illegal or undefined instruction.
Declaration
var cumulativeIllegalInstructionExitCount: Int { get }Discussion
One way to trigger this exit is by invoking a function with a misconfigured function pointer.