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
1 answer

Fatal Exception: java.lang.RuntimeException Flutter

Hi there i have published my app on playstore and found this issue in firebase crashlytics and I don’t know what this is about. Please help me fix this.
1
vote
0 answers

Flutter: Crashlytics reporting Crashes when Image.asset loading fails even though it is being handled

In my app I have a large number of small logos available for loading by Image.asset. These logos are embedded in the app. These logos correspond to brands that my app currently knows about. However, there are there are other brands that I do not…
JohnMoll
  • 429
  • 6
  • 18
1
vote
1 answer

Pass all uncaught errors from the framework to Crashlytics with custom parameter

I got uncaught errors form the framework to Crashlytics. But it is difficult to fix the issue because I don't know which screen or record caused the error. For example below error, I only know that it is invalid image from CacheNetworkImage package.…
Alex Aung
  • 2,637
  • 5
  • 34
  • 63
1
vote
0 answers

Unity runUIApplicationMainWithArgc:argv:] + 96 (main.mm:96) causing crash on mostly iPads

I am getting at the below crash error on Crashlytics. I couldn't find any solution about that and I didn't understand the reason. 95% happening on iPads. I implemented at this link advise but didn't work for…
tngrlp
  • 46
  • 4
1
vote
1 answer

How to deobfuscate Java stacktrace in Flutter app with Firebase Crashlytics

In my firebase console i can see the following crash: Fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Bad state: Cannot add event after closing. Error thrown null. at _StreamController.add(_StreamController.java:595) …
4ntoine
  • 19,816
  • 21
  • 96
  • 220
1
vote
0 answers

iOS SDK application and crashlytics

I'm working on an iOS SDK project that will be imported by other apps. I wish to use Crashlytics in my project. The question is as follows. If some of our clients who wish to use the SDK also have Crashlytics installed then how does crashlytics…
merfinn
  • 11
  • 1
1
vote
1 answer

File names are coming as obfuscated names in the Crashlytics logs

I have added the below lines, still the crashlytics logs are coming as obfuscated names. Unable to see the file names, it comes like "Unable to instantiate fragment h.d.p.q.s.b: could not find Fragment constructor". Any help would be useful to…
1
vote
1 answer

Upload dSYM files to Firebase Crashlytics without having GoogleService-Info.plist files

In order to enable Crashlytics for my Flutter app (with 3 flavors) i would like to know how the repeating upload of the symbols for the iOS project can be done when i configured Firebase in dart-only mode (i.e. i didn't have to download the…
valley
  • 157
  • 1
  • 13
1
vote
1 answer

How to make the error title and stacktrace in firebase crashlytics readable?

For my Flutter Android app, error title and stacktrace of some of the error reports are not readable as the following. Especially non fatal errors that are automatically reported. In contrast, the stacktrace of the error reports that are manually…
Heyn Sekk
  • 69
  • 1
  • 8
1
vote
0 answers

Firebase Analytics vs Crashlytics vs GCF - Reporting exceptions

I am working on a React Native (Expo) app, where I have handled the different types of errors of my application using try/catch blocks and Error Boundaries. My idea was to report the exceptions using Craslytics, but this tool is only available in…
1
vote
1 answer

tableView(_:cellForRowAt:) crashes with com.apple.main-thread EXC_BREAKPOINT

There is one strange crash in Firebase Crashlytics logs that occurs quite often, saying: Crashed: com.apple.main-thread 0 AppName 0xd454 SomeVC.tableView(_:cellForRowAt:) + 90 (SomeVC.swift:90) 1 AppName …
VLeonovs
  • 2,193
  • 5
  • 24
  • 44
1
vote
0 answers

Connection closed while receiving data, uri = '${https-img-url-from-gcp}.png' Error in firebase crashlytics

I'm getting a lot of non-fatal logs in Firebase Crashlytics saying connection closed while receiving data. But I'm not able to reproduce the same issue using an emulator. Any ideas why this is happening? Below is the error logged in Firebase…
Akhil B
  • 69
  • 3
  • 10
1
vote
0 answers

Firebase console doesn't show crash logs

Our app shows 97.43% of users who haven't encountered crashes on the firebase console, but we can't see any crash logs on the firebase console. Has anyone encountered this problem? How to deal with it?
liu yong
  • 11
  • 1
1
vote
1 answer

How to run code before Crashlytics submits the log?

I'm looking for a way to add some custom keys to the crash log before it was submitted by Crashlytics. There's a solution for Android. Is it possible to do the same on iOS?
Leo
  • 3,003
  • 5
  • 38
  • 61
1
vote
0 answers

'Flutter/Flutter.h' file not found FLTFirebaseCrashlyticsPlugin

My App cannot Run on XCode, im stuck with this problem. ScreenShot Xcode I trying : pod deintegrate rm ios/Flutter/Flutter.podspec flutter clean flutter pub get pod install pod update But, still not working! =Flutter Doctor= This is mine [✓]…