Questions tagged [crashlytics]

a mobile service for building crash reporting for iOS and Android, part of Firebase

Crashlytics is a mobile service for building crash reporting for iOS and Android.

Crashlytics and Fabric are now owned by Google and can be used with Google's Firebase product.

Resources

Crashlytics homepage

Fabric homepage

Tutorial - Get started with Firebase Crashlytics

3012 questions
47
votes
5 answers

Crashlytics iOS - log caught exception

I found a way to log custom caught exceptions in the Crashlytics Android SDK, but I can't find anything like that for the iOS SDK. Is there a way to log a caught exception with Crashlytics on iOS? See Android explanation:…
Magnus
  • 1,174
  • 2
  • 11
  • 21
46
votes
8 answers

Could not find method create() for arguments - Crashlytics issue

Could not find method create() for arguments [crashlyticsStoreDeobsDebug, class com.crashlytics.tools.gradle.tasks.StoreMappingFileTask, com.android.build.gradle.internal.scope.BuildArtifactsHolder$FinalBuildableArtifact@2ac9ac29] on task set of…
Rohit Surwase
  • 701
  • 5
  • 17
46
votes
5 answers

Beta from Crashlytics fail to install build on testers' devices

I'm sending my app to testers with Beta from Crashlytics which is an amazing tool to do app testing. I had every new tester's device UDID registered in my developer account and then distribute a new build. My testers got email invitation and…
bluenowhere
  • 2,683
  • 5
  • 24
  • 37
45
votes
10 answers

Could not get crash report in Crashlytics / fabric. Showing error : "It looks like we are missing dSYMs to process crashes for the versions below."

Crash reports are not generated in fabric/ crashlytics for my iOS application. An error (as given in screenshot) is being displayed on fabric dashboard. As instructed by fabric I tried to search the given UUIDs in spotlight from the machine where…
Vineeth
  • 1,720
  • 1
  • 16
  • 23
44
votes
7 answers

Fabric's Crashlytics with Firebase can't be disabled for DEBUG builds

I have an app that utilises Fabric's Crashlytics via Firebase. The following is the first thing executed in my Applications onCreate CrashlyticsCore crashlyticsCore = new CrashlyticsCore.Builder() .disabled(BuildConfig.DEBUG) …
peshkira
  • 6,069
  • 1
  • 33
  • 46
44
votes
4 answers

Log Non-fatal errors on Crashlytics

On iOS it's possible to use recordError(error) to log non-fatal errors on Crashlytics but apparently this feature is not available for Android. The only alternative I found is to use logException(e). I manage errors on my app and I want to log when…
Eselfar
  • 3,759
  • 3
  • 23
  • 43
44
votes
5 answers

Use Crashlytics within a product flavor in Android Studio

I am using Android Studio to develop my application and making use of gradle by creating a few product flavors. The product flavors are google, beta, and lab. I only want to integrate Crashlytics with one product flavor (beta) but I am running into…
michaelcarrano
  • 1,316
  • 2
  • 12
  • 19
42
votes
7 answers

E/FirebaseCrashlytics: Failed to retrieve settings from https://firebase-settings.crashlytics.com/spi/v2/platforms/android/gmp/XXXX/settings

I tried new Firebase Crashlytics SDk after migrating from Fabric and seem to run into a weird issue. Crash logs are not captured in dashboard after upgrading firebase-crashlytics to 17.0.0 and I get this error in log: E/FirebaseCrashlytics: Failed…
Santhosh
  • 1,867
  • 2
  • 16
  • 23
41
votes
2 answers

How to initialize Crashlytics in Fabric.io?

Looking for some help. I just upgraded my android app to fabric and now the app gives an error on this line: Crashlytics.start(getApplicationContext()); Gradle: error: cannot find symbol method start(Context) I tried commenting out that line, but…
Nidhi Shah
  • 568
  • 2
  • 7
  • 14
40
votes
1 answer

Scope of causes for EXC_BREAKPOINT crash

I have this stack trace in Fabric: My question: From the crash log, is the function 'formatMessageAuthorName' the only cause for this EXC_BREAKPOINT crash? E.g., are there other possible causes for the crash apart from the code inside this…
aunnnn
  • 1,882
  • 2
  • 17
  • 23
39
votes
8 answers

How to use Crashlytics logging in Swift?

This article describes how to use Crashlytics logging in objective-c. However, after going throught the installation steps for propertly referencing Crashlytics and Fabric into my project, I don't seem to have access to that method. Looking at the…
Albert Bori
  • 9,832
  • 10
  • 51
  • 78
38
votes
0 answers

How do I share a link to a Firebase Crashlytics report?

Has anyone figured out how to get a permalink to a Firebase Crashlytics issue? I'd like to paste an issue link in our bug tracker. The only way I know right now is the copy the address bar, but the link looks like…
bugloaf
  • 2,890
  • 3
  • 30
  • 49
38
votes
7 answers

Crashlytics error - This app relies on Crashlytics. Please sign up for access

I have two build flavors in gradle but for some reason whenever i change the following flag to false i get the titled error message: ext.enableCrashlytics = false the error itself complete is below: Process: com.mobile.myapp.staging, PID:…
j2emanue
  • 60,549
  • 65
  • 286
  • 456
36
votes
8 answers

Why is Fabric not initialized? java.lang.IllegalStateException: Must Initialize Fabric before using singleton()

I set up Firebase Crashlytics according to Get started with Firebase Crashlytics for my Android app (using Android studio 3.1.3). On my own device as well as on the Emulator, everything works fine and my crashes appear correctly within the Firebase…
John Threepwood
  • 15,593
  • 27
  • 93
  • 149
36
votes
12 answers

Crashlytics Fabric : Failed to execute task

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: 08-25 03:04:31.876 2856-2856/connectivit.app E/Fabric﹕ Failed to execute…
keytronic
  • 395
  • 1
  • 3
  • 9