Questions tagged [crashlytics-android]

448 questions
0
votes
1 answer

Firebase Crashlytics not reporting crashes on new tracked app versions - New app versions are not present in the Filter -> Versions list

So I have been able to track crashes without too many issues so far, up until recently. I have released two versions of my app on the Play Store (in the open-testing track) and I know for a fact they have had crashes. I have released 1.0-beta02 and…
Sean Blahovici
  • 5,350
  • 4
  • 28
  • 38
0
votes
2 answers

Removed Crashlytics still getting Crashlytics error on build

I removed the Firebase Crashlytics library and references from my Flutter project but I still get this error: Unable to get provider com.crashlytics.android.CrashlyticsInitProvider:…
John
  • 2,551
  • 3
  • 17
  • 29
0
votes
2 answers

When I'm doing an incremental build in Android Studio, Firebase Crashlytics crashes with 'The Crashlytics build ID is missing'

I am adding Firebase Crashlytics in my Android application. I carefully followed instructions in https://firebase.google.com/docs/crashlytics/get-started?platform=android. When I rebuild and run the app (in Android Studio), everything is working…
0
votes
0 answers

Fatal error related to fabric.io in Android app after migration to Firebase crashlytics

I used fabric.io crashlytics in my Android app. Recently, fabric.io has been deceased and it was recommended to migrate to Firebase. I followed the migration steps in the console and the app successfully migrated to Firebase (I see the crash logs).…
0
votes
1 answer

Duplicate resources com_crashlytics_export_strings.xml in Android during build process after adding Crashlytics

I have added latest version of react-native-firebase crashlytics 8.1.1 and I'm getting an error in Android during the build: Duplicate resources in com_crashlytics_export_strings.xml Any ideas how is possible to fix this issue? This file was…
0
votes
0 answers

Firebase Crashlytics not showing event logs

I have been using firebase for android for 1 year now. For last few days i have noticed that firebase crashlytics on console not showing event logs as they were shown previously like this It see all the screens the user went through right before a…
Rajeev Kumar
  • 4,901
  • 8
  • 48
  • 83
0
votes
2 answers

In project 'app' a resolved Google Play services library dependency depends on another at an exact version (e.g. "[16.0

hi i am implementing firebase crash analytics.when i added firebase sdk in my project these error showing. i try to solve by degrading sdk it show some error.when i run the app above error is keep showing. i stuck in this for log time i tried to…
0
votes
1 answer

Prevent Firebase-Crashlytics from sending version numbers when collection is disabled

During development and in QA tests we compile our apps in release mode to ensure everything is OK. We don't want crash reporting during development, so we put this in the AndroidManifest.xml:
cymerio
  • 11
  • 4
0
votes
1 answer

Ionic Capacitor Android build issue - Execution failed for task ':capacitor-cordova-android-plugins:fabricGenerateResourcesDebug'

I had an old Ionic 3 project (with Cordova) and I started writing and developing it from scratch in Ionic 5 (With capacitor). I have the following plugins: cordova-plugin-androidx (1.0.2) cordova-plugin-androidx-adapter (1.1.0) cordova-plugin-camera…
Emi
  • 1,165
  • 4
  • 15
  • 26
0
votes
0 answers

Android App gets crashed because of com.facebook.react.views.text.ReactTextView.

Crashlytic Crash Report - Attempt to invoke interface method 'java.util.Iterator java.util.List.iterator()' on a null object reference com.facebook.react.views.text.ReactTextView. Caused by java.lang.NullPointerException: Attempt to invoke interface…
0
votes
1 answer

Fabric / Crashlytics isn't reporting crashes on android

I have implemented fabric on my android app but it isn't reporting crashes on dashboard. Here is my build.gradle buildscript { repositories { google() jcenter() mavenCentral() maven { url…
0
votes
1 answer

CrashlyticsInitProvider skipping initialization OR Settings request failed

I have a project which had crashlytics, fabric or whatever somewhere in the past. Now, when I'm trying to set it up once again and add this to manifest:
Vitaly
  • 41
  • 3
0
votes
1 answer

Crashlytics is sending stability alert but there arent any crashes

I am getting stability alerts that my app is now going under 67% crash free users so of course I got scared: I went to Fabric to check what was happening and I see absolutely no crashes: I also checked Firebase since I migrated the project, and…
M Rajoy
  • 4,028
  • 14
  • 54
  • 111
0
votes
1 answer

firebase_crashlytics - what triggers the upload of the report?

I'm using firebase_crashlytics 0.1.1+2 to capture my crashes. I'm trying to test my crashlytics implementation. What triggers the sending of the Crashlytics report and why does it not always appear in my console? Sometimes the Crashlytics report…
atreeon
  • 21,799
  • 13
  • 85
  • 104
0
votes
0 answers

I am not getting crashlytics notifications in firebase when my app crashes , why?

i want to get notifications in firebase crashlytics when my app is crashing , but it's not working. When i run command: sudo ./gradlew crashlyticsUploadSymbolsDebug --stacktrace in terminal for upload symbols, i am getting error : Execution…