Crashlytics Fabric : Failed to execute task

前端 未结 12 1813
暖寄归人
暖寄归人 2020-12-20 11:04

I\'ve been having an issue and I don\'t know how to fix it.

My project use crashlytics, but it\'s always crash and not sent report. I have a TimeoutException:

<
12条回答
  •  眼角桃花
    2020-12-20 11:39

    My solution is next:

    1. Remove all old Fabric related code
    2. Migrate fully app to Firebase. I use link for that
    3. My observation shows Crashlytic sends report next time app is launched and in case app crashes every time in Application::onCreate method you probably won't see any reporting in Firebase console.

    How I test that:

    1. Thrown test exception in Application::onCreate method
    2. Commented that throwing and launch app again
    3. Approximately in a minute I saw crash in Firebase console.

    Hope it also helps you!

提交回复
热议问题