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
0 answers

Wrong package installed on some android devices / UnsatisfiedLinkError crash

We've received a crash in crashlytics with UnsatisfiedLinkError crash: Fatal Exception: java.lang.UnsatisfiedLinkError No implementation found for com.exampleie.encryption.model.NativeIdentityState…
ribafish
  • 81
  • 1
  • 4
1
vote
1 answer

Epson Android SDK com.epson.epos2.printer.Printer.finalize() timed out

After updating Epson Android SDK to v2.19.0, I got this crash from Crashlytics. Fatal Exception: java.util.concurrent.TimeoutException: com.epson.epos2.printer.Printer.finalize() timed out after 10 seconds at…
1
vote
0 answers

Illegal hardware instruction, dSYM failed to upload-symbols

I've searched for a similar problem on google but didn't find exactly what I face. I've ever uploaded dSYMs in Firebase before and used the same command /path/to/pods/directory/FirebaseCrashlytics/upload-symbols -gsp…
1
vote
1 answer

Firebase Crashlytics with Swift Package Manager - crash because of wrong path

I have installed Firebase through the Swift Package Manager for my iOS project, including Crashlytics. I have followed these instructions and added the required script to build…
domi852
  • 497
  • 1
  • 4
  • 13
1
vote
0 answers

IOS APP hangs and crashes after 2 seconds

I am getting this error and it is showing me main.js in the xcode and app got stuck, I am using Firebase Analytics and performance. If i remove performance or Analytics one of them app is working. Didn't able to find anything for this. Please check…
Rambler
  • 267
  • 1
  • 12
1
vote
0 answers

Xcode 13 unable to auto-upload dSYM Firebase scripts

Our app has been using the upload-symbols script in a build phase to auto-upload dSYM files to Crashlytics for a while now. However, since updating to Xcode 13, all of our archives have been failing due to that script - [...]…
Wilson Desimini
  • 722
  • 5
  • 10
1
vote
0 answers

SwiftUI crash Crashlytics reported

I am receiving a crash to Firebase Crashlytics: Crashed: com.apple.main-thread 0 AttributeGraph 0x5004 AG::Graph::UpdateStack::update() + 224 1 AttributeGraph 0x5518…
1
vote
1 answer

Firebase Crashlytics not retrieve any test crash from unity editor and device

Unity editor version: 2020.3.20f1 Firebase Unity SDK version: firebase_unity_sdk_8.6.2 Additional SDKs: Admob SDK Platform Unity editor on Windows Platform targeting: Android Scripting Runtime: IL2CPP API Compability Level: .NET…
1
vote
0 answers

Crashlytics NDK not report crashes if I use my custom crash handler

I use Crashlytics NDK. I add my crash handlers - sigaction for signals(SIGABRT, SIGSEG etc) in game thread. After that Crashlytics stop reporting crashes on some devices(Xiaomi Mi 9T pro - crash reported, Samsung S8 - crash not reported). How I can…
1
vote
0 answers

Android - Duplicate class error when installing Firebase + Crashlytics

I've followed the steps for installing Firebase and Crashlytics to a project, such as adding the google-services.json, the correct plugins and dependencies and whenever I try to compile I'm stuck with the following error output: Duplicate class…
1
vote
0 answers

How to have readable Firebase Crashlytics crash reports for Flutter apps?

I have added Firebase Crashyltics in my Flutter app to crash some crashes that my users have. I get those reports in dashboard, but they are not giving my any valuable information. I can not see at which file in my code crash happened, since as you…
Zookey
  • 2,637
  • 13
  • 46
  • 80
1
vote
0 answers

Crashlytics initialization crash after upgrading Gradle version to 7.0.3

We recently upgraded our gradle build version to 7.0.3 classpath 'com.android.tools.build:gradle:7.0.3' App is crashing in release variant. When I tried removing minification, it does not crash. Here is the crash log for the…
Amit Bhandari
  • 3,014
  • 6
  • 15
  • 33
1
vote
0 answers

Firebase Crashlytics mappingFile parameter Incompatible to AGP 4.1+

I just tried to upgrade my AGP version to v4.1+ and found that mapping file parameter now is not supported from the documentation above. How can I upload my specific mapping file in the new version ? since I still needed due to my complex android…
1
vote
0 answers

firebase crashlytics ios build failed

Describe the bug Add firebase crashlytics dependencies and try running in ios device but fails with output: Failed to build iOS app Error output from Xcode build: ↳ ** BUILD FAILED ** Xcode's…
Jeremy Dormevil
  • 430
  • 1
  • 8
  • 22
1
vote
2 answers

Firebase Crashlytics/Analytics not working with flutter

I saw a couple of duplicate questions in this similar topic. But those are either unanswered or outdated. I've been trying to figure out what I'm missing for more than a week now and I couldn't make the crashlytics work in my flutter app. To make…
rehman_00001
  • 1,299
  • 1
  • 15
  • 28