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
1
vote
1 answer

Is it OK to use user phone number as Crashlytics user id?

There are two types of user id you can set while using firebase in your app. Firebase Analytics user id and Firebase Crashlytics user id. Analytics user id can be set in code like this: mFirebaseAnalytics.setUserId("123456"); and crashlytics user…
1
vote
0 answers

Getting crash reported in crashlytics about partial apply for closure

I am getting a crash reported in firebase related with - partial apply for closure. I tried answers on SO but they mainly says about use of [Weak self], I used it but still getting crash report of same. However not facing crash on my…
Shivam Tripathi
  • 1,405
  • 3
  • 19
  • 37
1
vote
0 answers

Firebase Crashlytics upload missing dysm files

I have firebase integration with swift package manager. I followed the official guide https://github.com/apple/swift-package-manager/blob/main/README.md With in-build settings enable bit code is set to yes. Debug info format is set DWARF with dYSM…
1
vote
1 answer

Unable to read the license file `LICENSE` for the spec `Firebase (7.9.0)`

Environment: Xcode version: 12.4 (12D4e) Firebase SDK version: 7.9.0 Installation method: CocoaPods Firebase Component: Analytics, Crashlytics, RemoteConfig When I install Cocoapods from the terminal using pod update or pod install I get a console…
1
vote
0 answers

Flutter IOS Firebase Crashlytics Fatal Exception: NSInternalInconsistencyException

I am not sure what causes this error? I've been trying to work it out for days. Any suggestions? Fatal Exception: NSInternalInconsistencyException 0 CoreFoundation 0x186a7186c __exceptionPreprocess 1 libobjc.A.dylib …
GILO
  • 2,444
  • 21
  • 47
1
vote
0 answers

Xcode unit test error "Could not get GOOGLE_APP_ID in Google Services file from build environment"

I've added a unit test target to an Xcode project but am getting this error when attempting to run the tests Could not get GOOGLE_APP_ID in Google Services file from build environment The app being tested uses Firebase and I've tried adding the…
Gruntcakes
  • 37,738
  • 44
  • 184
  • 378
1
vote
1 answer

How do I detect when my app crashes and send a firebase event at that time?

So I intend to detect and trigger a firebase custom event when my app crashes, is there a recommended way to check that? I tried AppDelegate method applicationWillTerminate but it didn't work, similarly I tried to observe through an…
Mohsin Khubaib Ahmed
  • 1,008
  • 16
  • 32
1
vote
0 answers

Crashlytics startup fails: SSLHandshakeException

On most launches of my application after the initial Crashlytics install, Crashlytics is unable to get going. Communication with remote firebase, specifically the "Requesting settings..." call, fails with the following…
TonyC
  • 284
  • 2
  • 7
1
vote
1 answer

Running flutter app in android emulator due to crashlytics build.gradle error

I have been facing an issue with running my app on android due to some crashlytics error. The following is the error I am getting I checked my app level build.gradle and still unable to figure out the issue. Can someone help me with it. The…
Lakshya Jain
  • 186
  • 1
  • 11
1
vote
1 answer

What will be the issue when crash log contains _dispatch_call_block_and_release + 24

Below I have given the crash log from crashlytics, no other information available.On checking the logs, the issue occurs at different scenarios each time. Could not replicate the issue. Could anyone help me out to analyse the issue in Apple tvos…
SMS
  • 558
  • 1
  • 9
  • 22
1
vote
1 answer

firebase-crashlytics-ndk: Unstripped native library path required by generateCrashlyticsSymbolFreeDebug does not exist

I am using ... com.google.firebase:firebase-crashlytics-ndk:17.3.1 com.google.firebase:firebase-crashlytics-gradle:2.4.1 com.google.gms:google-services:4.3.5 ... in my Android application project which depends on a Android library project. The…
JJD
  • 50,076
  • 60
  • 203
  • 339
1
vote
0 answers

Crashlytics error message for iOS Swift app

I'm getting a transient error, Fatal Exception: NSInternalInconsistencyException reported through Crashlytics (and observable while testing in simulator) that I can't for the life of me work out. It appears to be related to…
Mitchell D
  • 465
  • 8
  • 24
1
vote
1 answer

android.content.ReceiverCallNotAllowedException: BroadcastReceiver components are not allowed to register to receive intents

Fatal Exception: android.content.ReceiverCallNotAllowedException: BroadcastReceiver components are not allowed to register to receive intents at android.app.ReceiverRestrictedContext.registerReceiver(ReceiverRestrictedContext.java:141) at…
sandeepmaaram
  • 4,191
  • 2
  • 37
  • 42
1
vote
0 answers

Can't get Firebase Crashlytics to work - not connecting to dashboard

I cannot get Firebase crashlytics to work on iOS with swift. I have created a new app and a new Firebase project. (The app-server connection is succefull - I have checked it by creating a dummy firestore and read from it) I have followed all the…
Luca Sfragara
  • 624
  • 4
  • 16
1
vote
1 answer

Crashlytics causing a crash

I'm getting a crash in Firebase Crashlytics with a fairly indeterminate cause (Thread 10: EXC_BAD_ACCESS (code=1, address=0x2406e80d2)). It takes place inside FIRCLSBinaryImage.m and I'm running the code on the Xcode simulator. Crashlytics is…
Shane O'Seasnain
  • 3,534
  • 5
  • 24
  • 31
1 2 3
99
100