Stay organized with collections
Save and categorize content based on your preferences.
Firebase Crashlytics
plat_ios
plat_android
plat_flutter
plat_unity
Get clear, actionable insight into app issues with this powerful crash reporting solution for Apple, Android, Flutter, and Unity.
Firebase Crashlytics is a lightweight, realtime crash reporter that helps
you track, prioritize, and fix stability issues that erode your app quality.
Crashlytics saves you troubleshooting time by intelligently grouping crashes
and highlighting the circumstances that lead up to them.
Find out if a particular crash is impacting a lot of users. Get alerts when an
issue suddenly increases in severity. Figure out which lines of code are causing
crashes.
Ready to get started? Choose your platform:
iOS+
Android
Flutter
Unity
Key capabilities
Curated crash reports |
Crashlytics synthesizes an avalanche of crashes into a manageable list
of issues, provides contextual information, and highlights the severity and
prevalence of crashes so you can pinpoint the root cause faster.
|
Cures for the common crash |
Crashlytics offers Crash Insights, helpful tips that highlight common
stability problems and provide resources that make them easier to
troubleshoot, triage, and resolve.
|
Integrated with Analytics |
Crashlytics can capture your app's errors as
app_exception events in Analytics.
The events simplify debugging by giving you access a list of other events
leading up to each crash, and provide audience insights by letting you
pull Analytics reports for users with crashes.
|
Realtime alerts |
Get realtime alerts for new issues, regressed issues, and growing issues
that might require immediate attention.
|
Implementation path
|
Connect your app |
Start by adding Firebase to your app in the Firebase console.
|
|
Integrate the SDK
|
Add the Crashlytics SDK via CocoaPods, Gradle, or Pub, and Crashlytics
starts collecting reports.
|
|
Check reports in the Firebase console |
Visit the Firebase console to track, prioritize, and fix issues
in your app.
|
How does Crashlytics analyze your crashes for easier debugging?
To provide metrics and reports about your app, Crashlytics collects and
analyzes crashes, non-fatal exceptions, and other event types from your app. We
use the mapping information for your app's build to create human-readable crash
reports to help you understand the events (for example, we use the
debug symbol (dSYM) files
for Apple platform apps).
When Crashlytics receives events, it uses an analysis engine to group
related events into issues. The analysis engine looks at the frames in
the stack trace, exception message, error code, and other platform or
error type characteristics to group events into issues. In an issue, all events
have a common point of failure. As more incoming events match to an issue, the
issue rises towards the top of your app's Issues table in the Crashlytics
dashboard. This grouping and ranking helps you identify and fix the most
impactful problems faster.
Yet even within this group of events, the stack traces leading to the
point-of-failure might be different. And a different stack trace could mean a
different root cause. To represent this possible difference within an issue,
Crashlytics creates variants within issues — each variant is a
sub-group of events in an issue that have the same failure point and a
similar stack trace. With variants, you can debug the most common stack traces
within an issue and determine if different root causes are leading to the
failure.
Next steps
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-26 UTC.
[null,null,["Last updated 2025-08-26 UTC."],[],[],null,["Firebase Crashlytics \nplat_ios plat_android plat_flutter plat_unity \nGet clear, actionable insight into app issues with this powerful crash reporting solution for Apple, Android, Flutter, and Unity. \n\nFirebase Crashlytics is a lightweight, realtime crash reporter that helps\nyou track, prioritize, and fix stability issues that erode your app quality.\nCrashlytics saves you troubleshooting time by intelligently grouping crashes\nand highlighting the circumstances that lead up to them.\n\nFind out if a particular crash is impacting a lot of users. Get alerts when an\nissue suddenly increases in severity. Figure out which lines of code are causing\ncrashes.\n\n\u003cbr /\u003e\n\nReady to get started? Choose your platform:\n\n[iOS+](/docs/crashlytics/get-started?platform=ios)\n[Android](/docs/crashlytics/get-started?platform=android)\n[Flutter](/docs/crashlytics/get-started?platform=flutter)\n[Unity](/docs/crashlytics/get-started?platform=unity)\n\nKey capabilities\n\n|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Curated crash reports | Crashlytics synthesizes an avalanche of crashes into a manageable list of issues, provides contextual information, and highlights the severity and prevalence of crashes so you can pinpoint the root cause faster. |\n| Cures for the common crash | Crashlytics offers Crash Insights, helpful tips that highlight common stability problems and provide resources that make them easier to troubleshoot, triage, and resolve. |\n| Integrated with Analytics | Crashlytics can capture your app's errors as `app_exception` events in Analytics. The events simplify debugging by giving you access a list of other events leading up to each crash, and provide audience insights by letting you pull Analytics reports for users with crashes. |\n| Realtime alerts | Get realtime alerts for new issues, regressed issues, and growing issues that might require immediate attention. |\n\nImplementation path\n\n|---|----------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|\n| | Connect your app | Start by adding Firebase to your app in the [Firebase console](//console.firebase.google.com/). |\n| | Integrate the SDK | Add the Crashlytics SDK via CocoaPods, Gradle, or Pub, and Crashlytics starts collecting reports. |\n| | Check reports in the [Firebase console](https://console.firebase.google.com/project/_/crashlytics) | Visit the [Firebase console](https://console.firebase.google.com/project/_/crashlytics) to track, prioritize, and fix issues in your app. |\n\nHow does Crashlytics analyze your crashes for easier debugging?\n\nTo provide metrics and reports about your app, Crashlytics collects and\nanalyzes crashes, non-fatal exceptions, and other event types from your app. We\nuse the mapping information for your app's build to create human-readable crash\nreports to help you understand the events (for example, we use the\n[debug symbol (dSYM) files](https://developer.apple.com/documentation/xcode/building-your-app-to-include-debugging-information)\nfor Apple platform apps).\n\nWhen Crashlytics receives events, it uses an analysis engine to group\nrelated events into ***issues*** . The analysis engine looks at the frames in\nthe stack trace, exception message, error code, and other platform or\nerror type characteristics to group events into issues. In an issue, all events\nhave a common point of failure. As more incoming events match to an issue, the\nissue rises towards the top of your app's *Issues* table in the Crashlytics\ndashboard. This grouping and ranking helps you identify and fix the most\nimpactful problems faster.\n\nYet even within this group of events, the stack traces leading to the\npoint-of-failure might be different. And a different stack trace could mean a\ndifferent root cause. To represent this possible difference within an issue,\nCrashlytics creates ***variants*** within issues --- each variant is a\nsub-group of events in an issue that have the same failure point *and* a\nsimilar stack trace. With variants, you can debug the most common stack traces\nwithin an issue and determine if different root causes are leading to the\nfailure.\n\nNext steps\n\n- [Get started with Firebase Crashlytics](/docs/crashlytics/get-started)\n --- Learn how to add Firebase Crashlytics to an Apple, Android,\n Flutter, or Unity project.\n\n-\n [Customize your crash report setup](/docs/crashlytics/customize-crash-reports)\n by adding opt-in reporting, logs, keys, and tracking of non-fatal errors.\n\n-\n [Integrate with Google Play](/docs/crashlytics/integrate-with-google-play) so that\n you can filter your Android app's crash reports by Google Play track directly in the\n Crashlytics dashboard. This allows you to better focus your dashboard on specific builds."]]