---
metadata:
  - name: generator
    content: Diplodoc Platform v5.52.0
alternate:
  - https://appmetrica.yandex.by/docs/en/mobile-reports/crashes-and-errors.md
  - https://appmetrica.yandex.by/docs/ru/mobile-reports/crashes-and-errors.md
  - href: en/mobile-reports/crashes-and-errors.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
---
> **Documentation Index:** Fetch the complete configuration index at https://appmetrica.yandex.by/docs/en/llms.txt

# Crashes and errors

{% note info "" %}

Crash and error reports are very much alike. Therefore, information about them is provided in a single document.

{% endnote %}

The report displays information about [Crashes/errors](https://appmetrica.yandex.by/docs/en/data-collection/about-crashes-and-errors.md). You can use the report to determine which crashes and errors occur most often. Use this information to prepare fixes.

To receive information by email, [set up notifications](https://appmetrica.yandex.by/docs/en/data-collection/crash-mails.md).

You can select specific users for the report using [segmentation](https://appmetrica.yandex.by/docs/en/mobile-reports/segmentation.md).

The data in the report can be filtered by session type:

- background sessions only;
- no background sessions;
- for all sessions.

## Report period {#period}

The report is formed for a specific time period. The default period is one week.

<!-- source: en/mobile-reports/_includes/period.md -->
To set a custom reporting period, use the ![dates](../../_images/button-date.png) button. The selected time interval can be grouped by hours, days, weeks, or months.
<!-- endsource: en/mobile-reports/_includes/period.md -->

## Dimension {#group}

The data in the report can be grouped by:

- Crash or error group For more information, see [Crashes and errors](https://appmetrica.yandex.by/docs/en/data-collection/about-crashes-and-errors.md).
- App version.
- OS version.
- Device.

## Metrics {#measure}

![metrics](../../_images/crash-report-list-en.png){style="border: solid 1px #cccccc; max-width: 800px;"}

The following metrics are available for analysis:

- **Crashes/Errors** — The number of crashes or errors.
- **Devices** — The number of devices that registered a crash or error at least once during the selected reporting period.
- **% of all devices** — The percentage of devices that registered the crash or error out of the total number of devices running the app during the selected time period.
- **Detected in version** — The app version where the crash or error was registered for the first time.
- **Last reproduction** — The app version where the crash or error was last registered.

From the **Lists of crashes** page, you can go to the page with information about a crash group. To do this, click the name of the crash group.

## Crash and error symbolication {#symbolization}

If no mapping or dSYM file was uploaded when building the app, the list of groups displays a warning about unsymbolicated crashes.

![warning](../../_images/dsym-warning-en.png){style="border: solid 1px #cccccc; max-width: 800px;"}

To symbolicate them, upload the [Uploading dSYM files on iOS](https://appmetrica.yandex.by/docs/en/data-collection/upload-dsym.md). You can view the list of missing files on the **Settings** → **Crashes** page of your app in AppMetrica.

{% note info "" %}

You can't upload missing mapping files for previous app builds.

{% endnote %}

## Viewing the crash log and error log {#show-crash-log}

To view the crash log:

1. On the **Crash logs and errors** page, click on the name of the crash group — you will see a report on the events of this group. The data will be displayed for the same session type that was selected in the original report. You can select a different session type if needed.
2. In the table, click **Open crash log/Open error log**.

The log shows information about the device and crash or error.

To view the events that preceded the crash or error, go from the log to a profile card. To do this, click **View session events**.

## Adding a comment {#comment}

If necessary, you can leave comments on the crash or error. This can be useful if the report is viewed by multiple developers. For example, you can add a link to an issue in a comment in Yandex Tracker.

To add a comment, open the appropriate group and enter your text in the **Comment** field.

## Closing a crash or error {#close-crash}

You can close fixed crashes and errors to filter them out of the report. If a closed crash is detected in versions where it wasn't previously detected, the crash is re-opened.

To close a crash or error, open the appropriate group. In the upper-right corner of the **Crash group status/Error group status** block, set **Closed** mode.

![closed](../../_images/crash-group-status-en.png){style="border: solid 1px #cccccc; max-width: 420px;"}

## Data export {#export}

You can export the crash log description to a TXT file. To do this, open the appropriate crash group and click **Open crash log/Open error log** → **Export**.

## Learn more {#learn-more}

- [Crashes and errors](https://appmetrica.yandex.by/docs/en/data-collection/about-crashes-and-errors.md)
- [Uploading mapping files and debugging symbols on Android](https://appmetrica.yandex.by/docs/en/data-collection/upload-mapping.md)
- [Uploading dSYM files on iOS](https://appmetrica.yandex.by/docs/en/data-collection/upload-dsym.md)

<!-- source: en/_includes/feedback-button.md -->
If you didn't find the answer you were looking for, you can use the feedback form to submit your question. Please describe the problem in as much detail as possible. Attach a screenshot if possible.

<a href="../troubleshooting/feedback-new">
  <span class="button">Contact support</span>
</a>

<a href="../troubleshooting/feedback-docs">
  <span class="button">Suggest an improvement for documentation</span>
</a>
<!-- endsource: en/_includes/feedback-button.md -->
