# ApplicationExitInfoProvider

> Access point to get the list of ApplicationExitInfo records with the reasons for the most recent application terminations.

## Definition

* **Type:** Class
* **Namespace:** [UnityEngine.Android](/engine/6000.0/script-reference/unityengine/android.md)
* **Assembly:** UnityEngine.AndroidJNIModule

```csharp
public static class ApplicationExitInfoProvider
```

## Static Methods

| Method                                                                                                                                          | Description                                                                                      |
| ----------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
| [GetHistoricalProcessExitInfo](/engine/6000.0/script-reference/unityengine/android/applicationexitinfoprovider/gethistoricalprocessexitinfo.md) | Gets records of application terminations including the reasons for the most recent terminations. |
| [SetProcessStateSummary](/engine/6000.0/script-reference/unityengine/android/applicationexitinfoprovider/setprocessstatesummary.md)             | Sets custom state data for the process.                                                          |
