Questions tagged [firebase-crash-reporting]

THIS PRODUCT IS DISCONTINUED. Use the crashlytics tag for questions about Firebase Crashlytics. Firebase Crash Reporting is an indispensable tool for diagnosing and fixing problems in your mobile app. It creates detailed reports of the bugs in your app triaged by the severity of the impact on your users.

About Firebase Crash Reporting

Firebase Crash Reporting has been discontinued and is replaced by Crashlytics.

Related tags

310 questions
84
votes
0 answers

SecurityException Permission Denial: opening provider com.google.android.gms.phenotype.provider.ConfigurationProvider

After integrating Firebase Crashlytics instead of Firebase Crash Reporting I have begun to get some crashes. I don't know anything about com.google.android.gms.phenotype.provider.ConfigurationProvider. What is it? And it appears on some devices…
76
votes
16 answers

How to disable Firebase Crash Reporting when the app is running on debug?

I have successfully implemented Firebase Crash Reporting, but I need to disable the service when the app is running undo the 'debug' Build Variant, in order to avoid non-real crashes in the console during the development. The official documentation…
facundomr
  • 873
  • 1
  • 6
  • 5
50
votes
4 answers

How to upload a mapping file to Firebase Crashlytics?

In the old Crash reporting - there is easy way to upload. i didn't find it in the Crashlytics section
itzhar
  • 11,479
  • 6
  • 50
  • 57
49
votes
6 answers

Firebase Crashlytics setup on iOS?

I'm trying to integrate Firebase Crashlytics into iOS my app, which has Firebase Crash Reporting enabled. I've followed the documentation here, but my build always fails when running the custom build phase: "${PODS_ROOT}/Fabric/run" The error in…
Lucas P.
  • 3,543
  • 2
  • 22
  • 34
37
votes
1 answer

Firebase error: symbolFileMappings:upsert: The uploaded file is not a valid Breakpad Symbol file

I am trying to upload a dSYM file to Firebase using this command: ./Pods/FirebaseCrash/batch-upload -i ./Info.plist -p ./GoogleService-Info.plist ./service-accounts/mtb.json 78*****C-5**4-3***-***C-00*********7 But each time I run this, I get back…
Hassan Mahmood
  • 1,571
  • 2
  • 12
  • 24
31
votes
10 answers

All firebase libraries must be either above or below 14.0.0

I have checked my app build.gradle file and these are the only lines that are related to firebase in them /*** * Firebase */ implementation 'com.google.firebase:firebase-core:15.0.0' implementation…
20
votes
3 answers

Can we use firebase crashlytics for our web application?

I have a web application and I want to track its crashing reports. Can I use Firebase crashlytics or Fabric for this purpose. In their site its mentioned its only for Android or ios. Regards, Makrand
user2090194
  • 211
  • 2
  • 7
20
votes
4 answers

Firebase Crash produces ANR during launch

Recently I got feedback and also I was able to reproduce it easily on my Nexus 5 with cleared app data. Simply, when adding compile 'com.google.firebase:firebase-crash:9.4.0' only to project dependencies I get following Exception: 09-14 00:47:54.899…
19
votes
5 answers

Crashlytics found an invalid API key: null. after updated com.google.gms:google-services:4.1.0

I had this bug after updated from com.google.gms:google-services:4.0.1 to com.google.gms:google-services:4.1.0 Crashlytics found an invalid API key: null. Check the Crashlytics plugin to make sure that the application has been added successfully!…
19
votes
1 answer

Updated binary rejected from AppStore

I have an Swift application in App Store for iOS, it is already published and I made a new update, version 1.5. There are only small fixes and the biggest one is I implemented Firebase Crash Analytics. I am able to compile the app in debug mode, and…
Mazel Tov
  • 1,713
  • 10
  • 23
19
votes
4 answers

Google Firebase - how to delete Crash reports?

Have I finally gone blind or is there not an obvious way to delete Firebase Crash reports through the Google Firebase web console? My Android app is successfully logging reports but now I have a flood of "development crashes" that are eating up a…
18
votes
4 answers

Firebase Crashlytics - java.lang.IllegalStateException: The Crashlytics build ID is missing

As per new version of Firebase Crashlytics added in Our App and application stopped at launch time. java.lang.RuntimeException: Unable to get provider com.google.firebase.provider.FirebaseInitProvider: java.lang.IllegalStateException: The…
18
votes
1 answer

Exception java.lang.NoClassDefFoundError: pim

I get this crash in Crash Reporting: Exception java.lang.NoClassDefFoundError: pim pil. (SourceFile:2) pij.onAnimationEnd (SourceFile:10) android.animation.AnimatorSet$AnimatorSetListener.onAnimationEnd …
18
votes
3 answers

Xcode error in Upload symbol files file

I have followed proper steps for firebase crash reporting integration but I still have errors like this, /Users/satish/Desktop/firebase_crash/Pods/FirebaseCrash/upload-sym:174: error: Please ensure you've followed the steps at:: command not…
Satish Babariya
  • 2,814
  • 1
  • 13
  • 28
18
votes
3 answers

Firebase Crash report email

I have implemented Firebase crash report basic setup for my project and it worked perfectly without any problem. Is it possible to get those error report on my email? I am unable to find email sending feature for non fatal or fatal error on crash…
dev
  • 271
  • 4
  • 17
1
2 3
20 21