Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [crashlytics]

a mobile service for building crash reporting for iOS and Android, part of Firebase

2 votes
0 answers
29 views

Automatically upload dSYM files to Firebase from Codemagic

I am using Codemagic to build my Flutter app. Furthermore, I am using Firebase Crashlytics to keep track of my app. In order to properly use Firebase Crashlytics I need to upload the dSYM File of each ...
Jan's user avatar
  • 665
-1 votes
0 answers
31 views

I have crashes and ANR errors in the Google Play Developer Console [closed]

In my application, I use a while loop . In each loop, I add a TableRow to the TableView When the number of loops is large, an ANR occurs because MainThread is busy I have tried using new Thread() but ...
fekhreddine bouziane's user avatar
3 votes
0 answers
183 views

BigQuery Data transfer crashes with error INVALID_ARGUMENT: Creating table with tags is not supported

I have crashlytics being synchronized in BigQuery and I have a Data transfer job configured to copy its data from US to EU region. It was working great for years and now I got an error, since 1 week. ...
gjanvier's user avatar
0 votes
0 answers
25 views

Crashlytics : Binary Images section missing in production ENV

We are trying to get a full crash report and symbolicate a crash log from a customer. As we recieve the log (in any format) we see that the binary images section is missing, which is crucial for us to ...
grisVladko's user avatar
0 votes
0 answers
13 views

How to segregate debug/release Firebase Crashlytics data from android application

My organisation has recenlty implemented Firebase Crashlytics and Google Analytics into one of their Android applications. We wish segregate the Crashlytics/Analytics data for debug and release ...
Hector's user avatar
  • 4,884
1 vote
0 answers
49 views

Crashlytics missing required dSYM with same UUID across app versions

I have a dSYM/crash problem in Crashlytics. Every release i make it complains about a missing required dSYM with the same UUID. My understanding is that every time i archive my application a new dSYM ...
Martin's user avatar
  • 301
0 votes
0 answers
31 views

GPU unavailable -Flutter (IOS)

I have successfully set up Firebase services in my Flutter app, and it functions as expected on Android OS. However, I am unsure why it is displaying a mysterious "GPU Unavailable" error on ...
Ishu Prabhakar's user avatar
1 vote
1 answer
28 views

How to find the resource from resource ID found in a crash stack

How do i get the resource name from a resource id: #0x7f07012 I've got this crash and stack trace from Crashlytics: Caused by android.content.res.Resources$NotFoundException: Unable to find resource ...
Haroun Hajem's user avatar
  • 5,499
0 votes
1 answer
73 views

Crashlytics on iOS: sandbox file-read-data error

I using the latest version of Xcode (15.4) and the latest version of Firebase (10.27.0) via cocoapods (linked statically) When I try to build, I get this error: Sandbox: bash(91670) deny(1) file-read-...
Daniele B's user avatar
  • 20.6k
0 votes
1 answer
41 views

iOS: Crashlytics pointing to wrong line in symbolicated crashlog

We got a crashlog that was pointing to a line that didn't make sense for the kind of crash we were seeing. These were the top lines in the crash report: Crashed: com.apple.main-thread 0 MyApp ...
cjwirth's user avatar
  • 2,013
1 vote
1 answer
58 views

Building gradle app fails when com.google.firebase:firebase-bom is updated to 32.6.0

I'm trying to upgrade com.google.firebase:firebase-bom from version 29.0.0 to 32.6.0 and I ran into this error: /Users/macuser/.gradle/caches/transforms-3/467bb9d3066a57ac5f94cf19b169a6ba/transformed/...
tiredqa_18's user avatar
0 votes
0 answers
25 views

Why does Firebase Crashlytics fail to build when Android gradle configuration cache is turned on?

I've recently added Firebase Crashlytics to my Android game app and don't understand why it fails to build unless I turn off configuration cache. I'm using gradle v8.7 and AGP v8.4.1. I'm building on ...
Bungles's user avatar
  • 2,189
0 votes
0 answers
22 views

Google Play rejects my app even after updating Fabric to Firebase Crashlytics 18.4.0. Aid

I'm trying to publish my app on Google Play. I upgraded from Fabric to Firebase Crashlytics 18.4.0, but my app keeps getting rejected. The problem persists despite the update. How can I resolve? ...
Yesika Castillo's user avatar
3 votes
0 answers
234 views

Firebase Integration in .NET MAUI iOS Project Causes Missing Swift Libraries Error(.NET 8)

I'm attempting to integrate Firebase and Firebase Crashlytics into my .NET MAUI project using Visual Studio on macOS. It worked fine before I updated the NuGet packages. Now, the app fails on iOS (...
Rufat Asadzade's user avatar
0 votes
0 answers
49 views

Why don't I get full C++ stack traces in Firebase?

I've integrated Firebase into my Android game project and have successfully uploaded my libGame.so symbols to Firebase. I've also successfully generated crash reports, but when I look at the reports ...
Bungles's user avatar
  • 2,189

15 30 50 per page
1
2 3 4 5
207