📜  Firebase Crashlytics

📅  最后修改于: 2021-01-02 03:53:35             🧑  作者: Mango

Firebase Crashlytics

Firebase Crashlytics是一个实时的,轻量级的崩溃报告器,可帮助我们跟踪,修复和确定稳定性问题的优先级,这些问题会破坏我们的应用程序质量。 Crashlytics在故障排除时会通过智能地对崩溃进行分组并突出显示导致崩溃的情况来保护我们。

Firebase Crashlytics使开发人员可以对应用程序问题获得清晰,可操作的见解。如果特定的崩溃影响了很多用户,则开发人员可以轻松地找到它。当问题的速度突然增加时,开发人员会收到警报,并可以找出导致崩溃的代码行。

关键能力

S.No Capabilities Description
1. Curated crash reports Crashlytics incorporates the avalanche of crashes into a manageable list of issues, exposes the severity and prevalence of crashes, and provides relevant information so that you can pinpoint the root cause faster.
2. Cures for the common crash Crashlytics provide Crash Insight and useful tips that highlight common stability issues as well as provide resources that make them easier to troubleshoot, triage, and solve.
3. Integrated with Analytics Crashlytics can catch our app errors as app_exception events in Analytics. Events make it easy for us to debug, allowing us to access a list of other events leading to each crash, and provide audience insights by allowing us to pull up Analytics reports for users with crashes.
4. Realtime alerts Receive real-time alerts for new issues, retrieved problems, and escalating issues that may require immediate attention.