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
29
votes
4 answers

Swift crash "EXC_BREAKPOINT 0x0000000... "

I do have three different crashes in my iOS app; different code locations, but all three with "exc_breakpoint 0x000000...". I cannot reproduce them, they happen on different devices and different iOS versions. As mentioned, I cannot reproduce them,…
swalkner
  • 16,679
  • 31
  • 123
  • 210
29
votes
4 answers

How to import only selected native library ABIs from AAR?

I have a bit unusual problem - my Android app contains native libs and I build native libs for armeabi-v7a and x86. However, now I need to integrate a third party library into my app which also contains native libraries (third party library is…
DoDo
  • 2,248
  • 2
  • 22
  • 34
29
votes
4 answers

Trouble with logging my data with crashlytics

I'm trying to get logs with some service data with Crashlytics in my android application. But I don't see my logs in dashboard. I used this: String myLog = getServiceData(); //myLog is not null and non-empty CrashLytics.log(myLog); and this: String…
ibogolyubskiy
  • 2,271
  • 3
  • 26
  • 52
28
votes
13 answers

Fabric Debug Craslytic Reports : Signup, build Id missing, apply plugin : io.fabric

We have programming an Android app and try to implement Crashlytics to our app. We have different types of problem . Version we used : Android studio version : 3.3 Gradle version : classpath 'com.android.tools.build:gradle:3.3.1' Plugin : Fabric…
elify
  • 440
  • 1
  • 7
  • 15
28
votes
4 answers

Crashlytics deprecating logException() what is the replacement?

Anyone know the replacement call in Crashlytics for logException() which seems to be deprecated as of 2.2.4? My issue is that I have exceptions that I catch, but I suspect they lead to further errors which then cause the application to crash. I want…
Stephen McCormick
  • 1,706
  • 22
  • 38
28
votes
5 answers

How to use Crashlytics with iOS / OS X today view extensions?

Since today extensions run as separated a process I am sure they will not log any crashes out of the box. I assume we need to initialize Crashlytics on the widget separately. E.g. in the viewDidLoad method of the TodayViewController. Is anybody…
martn_st
  • 2,576
  • 1
  • 24
  • 30
27
votes
4 answers

Firebase Crashlytics | Swift Package Manager (SPM) Run Script?

I want to add Crashlytics to my app using the Swift package manager. Now, since the usual way to install Firebase is through CocoaPods, the tutorial on how to set up Crashlytics properly is also adjusted for CocoaPods. In other words - the run…
Kai Zheng
  • 6,640
  • 7
  • 43
  • 66
27
votes
3 answers

How to run upload symbols to upload dSYMs as a part of Xcode build process?

Ok, so I'm trying to automatically upload dSYMs. I'm following instructions from this official documentation: https://firebase.google.com/docs/crashlytics/get-deobfuscated-reports I'm stuck at "Run the upload symbols script manually" section. There…
user3554626
  • 425
  • 1
  • 5
  • 9
27
votes
6 answers

Crashlytics / Fabric not reporting crashes on Android

I have some problems with Fabric/Crashlytics. I'm using Android Studio 1.3.2 Here is my build.gradle buildscript { repositories { jcenter() maven { url 'https://maven.fabric.io/public' } } dependencies { classpath…
dmestrovic
  • 712
  • 1
  • 5
  • 15
27
votes
5 answers

Resource entry com.crashlytics.android.build_id is already defined

My project was working and everything was fine but have no idea what happened suddenly that I'm getting error when I want to build my project. This is Gradle…
Hesam
  • 52,260
  • 74
  • 224
  • 365
26
votes
5 answers

Exiting because upload-symbols was run in validation mode

Im trying to add Fabric to my xcode project. I've done so succesfully in the past but now facing issues with a react-native project. Having looked around, i've tried pretty much all combinations suggested out there. My setup looks like so: I've…
Return-1
  • 2,329
  • 3
  • 21
  • 56
26
votes
6 answers

'FABException', reason: '[Fabric] Value of Info.plist key "Fabric" must be a NSDictionary.' when using Firebase and Crashlytics

I have a rather peculiar scenario when working with Firebase in our app. Without adding Crashlytics and Fabric to the project, when I run unit tests for the project the following code is hit: @try { [FIRApp configure]; } @catch (NSException…
user481610
  • 3,230
  • 4
  • 54
  • 101
26
votes
8 answers

App crashes when i apply crashlytics on it

App crashes when i apply crashlytics on it FATAL EXCEPTION: main Process: com.ehs.pk, PID: 20963 java.lang.RuntimeException: Unable to get provider com.crashlytics.android.CrashlyticsInitProvider: java.lang.ClassNotFoundException: Didn't find…
26
votes
1 answer

Missing dSYM files in Fabric Crashlytics

Since yesterday I try to configure Twitter Crashlytics in my iOS app. I have a problem w dSYMs files. Fabric dashboard show me message "We are missing dSYMs files" so I uploaded the files by online manager (redirect from this message) and this…
Mr. A
  • 704
  • 1
  • 7
  • 16
26
votes
1 answer

Crashlytics: iOS 9 workaround for binary image loading issue in place

I am getting this warnings with using latest crashlytics, how to get rid of them and what do they mean? [Crashlytics] Version 3.3.1 (79) [Crashlytics:Crash] Warning: iOS 9 workaround for binary image loading issue in place.
Peter Lapisu
  • 19,915
  • 16
  • 123
  • 179