Skip to content

[Firebase_Crashlytics] TimeoutException when launching on Android #50

@dancamdev

Description

@dancamdev

I've setup crashlytics on both android and ios for my flutter app.
While it is working flawlessly on iOS, I'm getting a java.util.concurrent.TimeoutException on Android.

This is the stacktrace:

Launching lib/main.dart on Android SDK built for x86 in debug mode...
Built build/app/outputs/apk/debug/app-debug.apk.
E/CrashlyticsCore(27143): Failed to execute task.
E/CrashlyticsCore(27143): java.util.concurrent.TimeoutException
E/CrashlyticsCore(27143): at java.util.concurrent.FutureTask.get(FutureTask.java:206)
E/CrashlyticsCore(27143): at com.crashlytics.android.core.CrashlyticsBackgroundWorker.submitAndWait(CrashlyticsBackgroundWorker.java:41)
E/CrashlyticsCore(27143): at com.crashlytics.android.core.CrashlyticsController.handleUncaughtException(CrashlyticsController.java:321)
E/CrashlyticsCore(27143): at com.crashlytics.android.core.CrashlyticsController$6.onUncaughtException(CrashlyticsController.java:301)
E/CrashlyticsCore(27143): at com.crashlytics.android.core.CrashlyticsUncaughtExceptionHandler.uncaughtException(CrashlyticsUncaughtExceptionHandler.java:42)
E/CrashlyticsCore(27143): at java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1073)

I've double checked the setup multiple times and it's correct.

Metadata

Metadata

Assignees

No one assigned

    Labels

    impact: crowdAffects many people, though not necessarily a specific customer with an assigned label. (P2)platform: androidIssues / PRs which are specifically for Android.plugin: crashlyticstype: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions