Questions tagged [crashlytics-android]

448 questions
5
votes
2 answers

Android Studio doesn't generate signed apk after update to 2.3

I have faced some troubles with uploading release version to fabric(crashlytics) after generating release build in Build->Generate Signed Apk. After moving app-release.apk into Fabric window I see following error: "The provided APK can't be…
5
votes
0 answers

How do I upload apks to Crashlytics without running them first?

Our CI server makes feature builds for us, which are custom versions of our app based off of whatever feature branch we're currently working on. We like having the apps on Fabric, because then it's easy for us to distribute them to the team and…
5
votes
1 answer

Can low memory cause seg faults in native code?

I have a group of crashes in native code that are rare but happen consistently inolving SEGV_MAPERR or SEGV_ACCERR. These crashes are almost always reported by Crashlytics with very low RAM free (1-5% typically). 'Normal' crashes (ie, ones I have…
Steve M
  • 9,296
  • 11
  • 49
  • 98
5
votes
2 answers

Reporting Crashes in Android Library via Crashlytics

I am building an android library that I plan to integrate into many 3rd party apps(which do not belong to me). So, I am trying to figure out a way to find out if any of those 3rd party apps crashes due to the code in my library. Is there any way to…
Sid
  • 1,270
  • 2
  • 15
  • 30
5
votes
2 answers

How to catch unhandled errors and pass them further

My question is how to catch unhandled errors in Android application and pass them further so it will indeed crash the application. I'm creating SDK for Android and I still want developers to handle their errors but I also want to get informed about…
4
votes
4 answers

Flutter app gets crash after update: java.lang.IllegalAccessError, how to avoid this problem?

Flutter app crashes after update in play store I had massive amount of crash at google play console with this type of error: java.lang.IllegalAccessError About 20% of user had this crash when updated app at play store: java.lang.IllegalAccessError:…
4
votes
0 answers

How much time does it take for Firebase Crashlytics to report?

Usually the time between crash and crash report in (Firebase)Crashlytics is almost instant, sometimes we are experiencing some lag and now no crash at all. Is there any guarantees of time or timeout for crash report? (similar like in Firebase…
Babu
  • 4,324
  • 6
  • 41
  • 60
4
votes
0 answers

Firebase crashlytics has crashes in libc.so unknown

I get a lot of errors in a library called libc.so We don't have any native code in our project so I'm wondering if these are coming from one of our dependencies. If so, how do I understand which library is causing this issue? Crash 1 Crashed: Thread…
ir2pid
  • 5,604
  • 12
  • 63
  • 107
4
votes
2 answers

React Native Crash - Grey Screen - App Center build only - com.facebook.react.bridge.CatalystInstanceImpl.jniLoadScriptFromAssets(Native Method)

Getting a grey screen of death index.android.bundle in a release build with little to no config changes. I'm including a block from the logs on Android in the thread with two crashes (Crashlytics + Native) discovered after I downloaded a build from…
4
votes
1 answer

I don't see crashes on Firebase Crashlytics dashboard after update SDK to 17.0.0+ version

2 weeks ago I updated Firebase Crashlytics SDK to the 17.0.0+ version and after that, I couldn't see crashes on the Crashlytics dashboard. Instead of I see the red boxed message "As of November 16, we are only processing crashes from the…
Sergey Kulyk
  • 83
  • 1
  • 1
  • 6
4
votes
0 answers

How to figure out why a task failed in Jetpack WorkManager?

I have integrated Jetpack WorkManager into my application and for some reason the Worker is failing because of an exception. When this happens locally in my development environment, that fine. I can just see in logcat what is going wrong. But when I…
4
votes
1 answer

How to check if Firebase Crashlytics is initialized?

The previous Fabric SDK allowed a check like this if (Fabric.isInitialized()) { crashSetParam(CrashParameters.ROOT_NODE, nodeInfoCompat.toString()) Crashlytics.logException(ex) } I am unable to determine how to do this in the new Firebase…
dazza5000
  • 7,075
  • 9
  • 44
  • 89
4
votes
3 answers

Android Crashlytics stuck at "Build and run your app"

I followed the tutorial exactly (https://firebase.google.com/docs/crashlytics/get-started?authuser=1&platform=android#android) and still can't see my app on firebase Crashlytics. here's my configuration: in root build.gradle dependencies { …
TootsieRockNRoll
  • 3,218
  • 2
  • 25
  • 50
4
votes
1 answer

After add react-native-firebase crashlytics the Android App crashes in the second build with classNotFound Exception for MainApplication

I configured the react-native-firebase and crashlytics in my application. The iOS build is successfully worked. but when I run react-native run-android for the second time the app installed in the phone but it is crashed following is the adb logcat…
4
votes
0 answers

Firebase crashlytics crash reporting via proxy

I wanted to ask whether it is possible to send firebase crashlytics crash reports via a proxy. We want to hide the IP-addresses of our clients, so all crashes must be reported via this proxy.
luktant
  • 121
  • 1
  • 6