firebase-crashlytics
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCrashlytics
Crashlytics
This skill provides a complete guide for getting started with Crashlytics on Android or iOS. Crash data collected from client applications can be read using the MCP server in the Firebase CLI.
本技能提供了在Android或iOS平台上手Crashlytics的完整指南。从客户端应用收集的崩溃数据可通过Firebase CLI中的MCP服务器查看。
Prerequisites
前提条件
Provisioning Crashlytics requires both a Firebase project and a Firebase app, either Android or iOS. To read the data collected by Crashlytics, install the MCP server in the Firebase CLI. See the skill for references.
firebase-basics配置Crashlytics需要一个Firebase项目以及一个Firebase应用(Android或iOS均可)。要查看Crashlytics收集的数据,需在Firebase CLI中安装MCP服务器。可参考技能获取相关信息。
firebase-basicsSDK Setup
SDK 设置
To learn how to setup Crashlytics in your application code, choose your platform:
- Android: android_setup.md
- iOS: ios_setup.md
如需了解如何在应用代码中设置Crashlytics,请选择对应的平台:
- Android:android_setup.md
- iOS:ios_setup.md
SDK Usage
SDK 使用
The SDK provides a number of features to make crash reports more actionable.
- Add custom keys
- Add custom logs
- Set user identifiers
- Report non-fatal exceptions
To learn how to customize crash reports and add additional debugging data, consult the documentation for your platform.
SDK提供多项功能,让崩溃报告更具实用性:
- 添加自定义键
- 添加自定义日志
- 设置用户标识符
- 上报非致命异常
如需了解如何自定义崩溃报告并添加额外调试数据,请查阅对应平台的文档: