Questions tagged [crashlytics-android]

448 questions
0
votes
2 answers

Firebase Crashlytics say 6 events,but only show 2

Im logging non crash events on firebase crashlytics and apply some filters to get one specific device. And result is saying i have 6 events on chart and below on detail events it only show 2. What im doing wrong?
0
votes
0 answers

How to identify the cause of crash this == null with provided stack trace in firebase in android app?

Below is the android app firebase crash stack trace and I'm unable identify the cause of that crash. This might be a stupid question but this crash count is spiking and I need a fix. What exactly is this == null means? Fatal Exception:…
0
votes
1 answer

Crashlytics Issue When GCP API Key Restriction Applied

I have an Android app with Crashlytics set up properly. I was getting Crashlytics crash events. But once I applied the GCP API Key restriction with [Android App + App package & SHA1], Crashlytics events stopped (I tested with forced crashing using…
nayakasu
  • 889
  • 1
  • 11
  • 32
0
votes
1 answer

Monitor android application for user debug

I wish to monitor app behavior and debug application on different devices. I am trying to select the best approach, Firebase analytics, crashlitics, Goole analytics etc... The problem: User report on some devices they see incorrect app behavior (Not…
Dim
  • 4,527
  • 15
  • 80
  • 139
0
votes
1 answer

Android app firebase crashlytics debugging info: how to troubleshoot?

I set up Firebase crashlytics following's Google's instructions (https://firebase.google.com/docs/crashlytics/get-started?platform=android&authuser=1#add-sdk), then I purposely crashed the app in order to see something in the firebase console, as…
auspicious99
  • 3,902
  • 1
  • 44
  • 58
0
votes
1 answer

Why /tools/proguard/lib/proguard.jar version not change?

I'm using proguard.jar, retrace.jar to get a retrace from the Obfuscator.txt file. Can someone help me on which bases /tools/proguard/lib/proguard.jar and retrace.jar files will be updated? Or Can I take these two jars (proguard.jar, retrace.jar)…
0
votes
1 answer

Firebase Crashlytics amount of recorded non-fatal exceptions

I have a question about recording non fatal exceptions from an android application. The documentation says that "Crashlytics only stores the most recent eight recorded exceptions. If your app throws more than eight exceptions, older exceptions are…
YnF
  • 1
  • 1
0
votes
1 answer

Strange Crash in CronetDynamite.apk (offset 0x1000) Android

My application had a crash report on Feb 1, 2021. Crash LGE LG Premier Pro Android 9 (SDK 28) Playstore console crash have reported 40 times this report in CronetDynamite.apk backtrace: #00 pc…
0
votes
0 answers

Firebase crashlytics upgradation issue in Android and unable to connect to backend

I am getting below error “Attempt to invoke virtual method 'okhttp3.HttpUrl okhttp3.Request.url()' on a null object reference” (Build is successful getting error on launch of application ) after upgrading the Fabric to firebase crashlytics by…
Hemavathi
  • 21
  • 3
0
votes
1 answer

Firebase Crashlytics NDK With Flutter

I have a C++ backend and I would like to get reports of NDK crashes. My problem is crashlytics with NDK seems to be only available for native Android, not flutter. You can see it here. I have crashlytics setup in Flutter with FireFlutter and I tried…
cs guy
  • 926
  • 2
  • 13
  • 33
0
votes
0 answers

Failed to resolve: com.google.firebase:firebase-crashlytics.ktx

Admittedly, I have very minimal programming experience and this is my first time using Android Studio so bear with me. I am looking to determine what's causing my Samsung J3 Prime to crash and Firebase Crashlytics seemed like a good route to…
user14673243
0
votes
1 answer

Migrating from Fabric to firebase Crashlytics

i am migrating from Fabric to Firebase crashlytics in my android project, I have changed all the gradle files accordingly as per https://firebase.google.com/docs/crashlytics/get-started?platform=android#java But in my Analytics file i have import…
BRDroid
  • 3,920
  • 8
  • 65
  • 143
0
votes
0 answers

Get notifications from crashlytics

I added crashlytics to my app. Now I can see error reports. They appear after 10-15 minutes. But I would like to receive notifications (by email?) about these errors. Is it possible?
Ксения
  • 67
  • 1
  • 8
0
votes
0 answers

Firebase Crashlytics IllegalStateException in SyncAdapter

Ever since I updated to Firebase Crashlytics from Fabric, the app crashes at FirebaseCrashlytics.getInstance() inside of the SyncAdapter. It works fine in the main app though. The error is a vague "java.lang.IllegalStateException". Has anyone seen…
Keith Rousseau
  • 4,435
  • 1
  • 22
  • 28
0
votes
2 answers

Not initializing Firebase Crashlytics NDK. Libcrashlytics could not be loaded

I'm trying to set up my Android project to report NDK crashes with Firebase Crashlytics SDK following the steps defined on Firebase Crashlytics NDK documentation . I tried reporting crashes with Firebase Crashlytics SDK (not the NDK library) by…
strok_777
  • 1,132
  • 1
  • 9
  • 27