> For the complete documentation index, see [llms.txt](https://doc.sysdevmobile.com/kalipso5/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.sysdevmobile.com/kalipso5/developing/form/actions/actions-description/group-code-flow/appcenter-generate-app-crash.md).

# AppCenter Generate App Crash

Generates an App Crash. Use this with care, since it will really make your App crash.

{% hint style="danger" %}
Don't forget to remove this call in production releases.
{% endhint %}

Action available for the following operating systems:

![](/files/-MGIiDGuNcrVFP-DbUma)

### Parameters

* **Crash Description** \<string> - The string to associated with the App Crash.
* **KClient Only**
  * If *Yes* , then this crash will only be executed while running with KClient.
  * If *No* , then this crash will always be executed, either with KClient or with your compiled App.

{% hint style="info" %}
This action is intended to be used while testing AppCenter integration with the Crashes module, so you can forcea crash for your App and check in AppCenter if the crash log was received.
{% endhint %}

{% hint style="info" %}
The Crash Description parameter was not being captured by iOS AppCenter SDK, but this can Change in thefuture.
{% endhint %}

{% hint style="info" %}
This action will also work in Win32 environments, although there is no AppCenter integration available for thisplatform.
{% endhint %}
