英文:
Firebase crashlytics dashboard keeps Loading
问题
Firebase崩溃分析控制台在点击“启用Crashlytics”按钮后显示“加载”。
- Firebase控制台:https://console.firebase.google.com/u/0/
- 选择项目
- 选择Crashlytics
- 点击“启用Crashlytics”
它显示旋转图标。已经持续了几分钟。
英文:
Firebase crashlytics console displays "loading" after a click on the "Enable Crashlytics" button.
- Firebase Console: https://console.firebase.google.com/u/0/
- Select Project
- Select Crashlytics
- Click "Enable Crashlytics"
It displays the spinner. It has been like this for several minutes.
答案1
得分: 3
首先,请确保您已按照此处的所有说明1设置了Crashlytics SDK。然后,强制崩溃以测试您的实现。这是必需的,以继续进行您目前所看到的入门屏幕。
如果这样做不起作用,请尝试启用调试日志记录,然后再次进行构建、运行、崩溃和重新启动过程,并将任何与Crashlytics或Firebase相关的日志粘贴到您的原始问题中。
英文:
First, make sure that you've followed all the instructions here to get the Crashlytics SDK set up. Then, force a crash to test your implementation. This is required to get past the onboarding screen that you're seeing at the moment.
If that doesn't work, try enabling debug logging and going through the build, run, crash, and relaunch process again, and paste any Crashlytics or Firebase-related logs into your original question.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论