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
0 answers

No stacktrace showing in Crashlytics console when Flutter app calls 'recordError'

I am using the Crashlytics method 'recordError' to for a non-fatal error to be sent to crashlytics. I am grabbing the current stacktrace, and passing it to recordError as follows... StackTrace stacktrace =…
Scorb
  • 1,654
  • 13
  • 70
  • 144
1
vote
0 answers

Firebase crashlytics not getting reported after adding "tools:node=”replace" this line in manifiest

I added firebase crashlytics in Gradle. But in my project, multiple third-party libraries were included. So multiple AndroidManifest and in the main manifest. I added one line tools:node="replace" but somehow it blocks reporting crashes on firebase…
1
vote
0 answers

Crashlytics not sending error reports from Instant Apps

I am trying to get Crashlytics reports from simple insant app. The app has one activity with one button to generate crash. Му MainActivity code is: package com.example.instantcrashtest; import androidx.appcompat.app.AppCompatActivity; import…
1
vote
0 answers

Firebase Invalid google_app_id. Firebase Analytics disabled

So, I'm trying to integrate firebase to the project for crashlytics to work. I have done the following configuration to the project build.gradle file. and made sure everything is updated with the latest google-service.json file. I'm not sure what's…
Ashutosh Soni
  • 855
  • 3
  • 9
  • 22
1
vote
1 answer

Is it possible to use Crashlytics with an extension?

There's some existing questions and info dotted around about this (for example How to use Crashlytics with iOS / OS X today view extensions?) but they are very very old, using APIs that no longer exist, have contradictory information, and generally…
Gruntcakes
  • 37,738
  • 44
  • 184
  • 378
1
vote
0 answers

Crashlytics react native errors in javascript filname not mentioned

I am using crashlytics with react native : "@react-native-firebase/app": "^12.9.2", "@react-native-firebase/crashlytics": "^12.9.2", "react-native": "0.65.1", I have followed instructions to integrate crashlytics with react native app following…
akila
  • 667
  • 2
  • 7
  • 21
1
vote
1 answer

Still getting error This app has 1 unprocessed crash. Upload 1 dSYM file to process them

I uploaded a new version of IOS on the app store and noticed a message displaying on the Dashboard of Firebase Crashlytics i.e "This app has 1 unprocessed crash. Upload 1 dSYM file to process them". So, I followed the docs to upload the missing dSYM…
1
vote
0 answers

Crashlytics reporting filename as hex and linenumber as zero for Android with Xamarin Forms

For a Xamarin Forms project, Crashlytics reports for Android are always being shown with a hex string instead of filename and linenumber as zero <20d52ef6870d4d40b207c467a668ad06>:0, as in following example: Fatal Exception:…
1
vote
1 answer

Can you use Firebase from an iOS widget when it's already used in the main application?

I have firebase Analytics and Crashlytics setup in the target for my main application: all the libraries, GoogleService-Info.plist, Firebase.h,... all of it. Now I've added a widget and it's actually able to import the various libraries import…
Nick Sinklier
  • 221
  • 1
  • 3
  • 9
1
vote
0 answers

Folder on Android device where crash information is kept

I have a virtual space on Android device which is cleaned up every app launch, and I need to manually specify which folders to copy and paste to a next session. Which folder should I keep between sessions in order to make app crashes information…
Vitaliy
  • 11
  • 1
1
vote
0 answers

can I get the position of my error in Dart code when using Crashlytics in Flutter app?

I am trying to install crashlytics in Flutter app, and I can get the error/crash in the Firebase console. after forcing a crash in my main function like this Future main() async { WidgetsFlutterBinding.ensureInitialized(); await…
Alexa289
  • 8,089
  • 10
  • 74
  • 178
1
vote
0 answers

Crashes are not getting logged : React native Firebase - Crashlytics ( Android)

React native version : 0.59 react-native-firebase": "^5.5.0", I'm able to log crashes with iOS but in Android its not getting logged in crashlytics dashboard. I followed the official documentation but it didn't work. Please share the steps or…
1
vote
0 answers

Fatal Exception: java.lang.IndexOutOfBoundsException Index: 0, Size: 0 app crashes in users android phones

My app goes live recently on the google play store. I tested it on multiple devices and it works smoothly on all of them. After I launched it, it crashes more frequently. This is the crashlytic data provided by firebase. Fatal Exception:…
Sshan dev
  • 33
  • 3
1
vote
0 answers

Getting Crashes but showing wrong/old Version number in Firebase Crashlytics

Bitcode: No Firebase Crashlytics: 8.5.0 (Latest) I integrated the Firebase Crashlytics in my app on version 3.1.8. On the testing device, it reports me correctly. but when I see the report of online users it reporting me crashes but the version is…
Usama Sadiq
  • 587
  • 1
  • 4
  • 21
1
vote
4 answers

iOS Crashlytics not logged in firebase dashboard

I have configured it for firebase in app delegate. Change Debug Information Format to DWARF with dSYM I write the necessary run…