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
35
votes
6 answers

Using Crashlytics without dSYM in Xcode 14

My project has been using Firebase's Crashlytics for years now, and I've always upload the dSYM files from App Store Connect to Firebase. However, in Xcode 14 Apple has removed the ability to submit apps with Bitcode enabled, meaning dSYM files are…
fphelp
  • 1,544
  • 1
  • 15
  • 34
34
votes
7 answers

Crashlytics Android SDK - custom UncaughtExceptionHandler

Is it possible to incorporate custom UncaughtExceptionHandler along with crashlytics in one application? If yes - how?
jskierbi
  • 1,635
  • 1
  • 14
  • 22
34
votes
6 answers

Crashlytics Android Studio plugin fails to initialize

I'm running Android Studio 0.5.1. I've downloaded the Crashlytics Android Studio plugin and installed it from the disc. When I restart Android Studio, I get the following exception Plugin 'com.crashlytics.tools.androidstudio' failed to initialize…
joates
  • 1,103
  • 2
  • 11
  • 22
33
votes
1 answer

No repository found in Crashlytics install for eclipse

I'm trying to install the Crashlytics SDK into my Eclipse but I'm getting the following error: 'Installing Software' has encountered a problem. An error ocurred while collecting items to be installed An error occurred while collecting items to be…
Victor Laerte
  • 6,446
  • 13
  • 53
  • 102
32
votes
3 answers

Crashlytics (Fabric) separate organizations for application variants (build types, product flavors)

This is self-answered question to share my knowledge. I have a project with multiple product flavors and I want to integrate Fabric using separate organizations for each product flavor. I tried to integrate Fabric using Android Studio Fabric Plugin.…
mixel
  • 25,177
  • 13
  • 126
  • 165
31
votes
3 answers

FirebaseCrashlytics/run: No such file or directory error while building the app - swift

I am integrating the Firebase Analytics and the Crashlytics in my app. After Initializing the Crashlytics, I am getting the following error while building the…
Varun P V
  • 1,092
  • 1
  • 12
  • 30
31
votes
6 answers

How to upload dsyms files which developed with Flutter?

I am developing one Cross-platform app with flutter support. I Integrated firebase Crashlytics for crash reports. before I need to check report one error message comes Upload 1 missing dSYM required to process 4 crashes for that, I tried firebase…
Kiran Sarvaiya
  • 1,318
  • 1
  • 13
  • 37
31
votes
0 answers

Crashing on iOS 11 inside of CFNetwork

I'm seeing dozens of crashes every few hours for an app, solely in iOS 11. The stack trace doesn't help and I've got no clue since the rest of the threads are doing something completely different in each of the crash logs. Thus I'm unable to figure…
strangetimes
  • 4,953
  • 1
  • 34
  • 62
31
votes
2 answers

Crashlytics found an invalid API key

When I am trying to build project with value of meta-data tag as a string reference, crashlytics fail with following error: Crashlytics found an invalid API key: @string/crashlytics. Check the Crashlytics plugin to make sure that the application…
30
votes
5 answers

Cannot create a proxy class for abstract class 'GoogleServicesTask'. with 'com.google.gms:google-services:4.3.4'

Upgraded Fabrics crashlytics to Firebase last night. And when I tried to rebuild the app it had many issues, one by one I fixed those but got stuck with this last one: Cannot create a proxy class for abstract class…
Vijay Desai
  • 333
  • 1
  • 3
  • 7
30
votes
12 answers

Could not resolve io.fabric.tools:gradle:1.+

I'm having an issue with building my project. First time build. I'm behind a proxy and all other dependencies downloaded only this having an issue. I tried a few options found on SO, but had no luck so far. Can someone give me a clue on how to fix…
Sam
  • 6,215
  • 9
  • 71
  • 90
30
votes
5 answers

objc_msgSend [__NSArrayM dealloc] crash report sometimes from Crashlytics

I recently received this app after updating to Crashlytics 3.0 Not sure if it comes from my code or something else. The crash report is untraceable Here is the crash report Crashed: com.apple.main-thread EXC_BAD_ACCESS KERN_INVALID_ADDRESS at…
Kong Hantrakool
  • 1,865
  • 3
  • 20
  • 35
30
votes
1 answer

How do you set the time zone in Crashlytics?

How do you set the time zone in Crashlytics? It's showing in UTC now, and I don't see the setting that allows you to change it.
thecoolmacdude
  • 2,036
  • 1
  • 23
  • 38
30
votes
3 answers

Does a Crashlytics-like service for web app exists?

I am a web and iOS developer. On mobile we have famous tools to collect all the exceptions and errors that application thorws. There's Crashlytics (and others) that with few lines of code to install the sdk, start tracking everything automatically.…
Cla
  • 1,810
  • 3
  • 22
  • 36
29
votes
3 answers

Android Failed to find this app in the PackageManager io.crash.air

I'm using Android studio and the Fabric plugin. I've already been able to report a crash to Fabric. My app's Gradle build script: buildscript { repositories { maven { url 'https://maven.fabric.io/public' } } dependencies { …
ericn
  • 12,476
  • 16
  • 84
  • 127