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
270
votes
31 answers

How to disable Crashlytics during development

Is there any simple way to turn Crashlytics Android SDK off while developing ? I don't want it to send a crash every time I do something stupid On the other hand I don't want to comment out Crashlytics.start() and possibly risk forgetting to…
Michael
  • 22,196
  • 33
  • 132
  • 187
214
votes
4 answers

Make sure your project build settings are generating a dSYM file. DEBUG_INFORMATION_FORMAT should be set to dwarf-with-dsym for all configurations

I've recently started getting this error: 2015-03-23 11:35:48.902 run[60036:1047011] Crashlytics.framework/run 1.3.14 2015-03-23 11:35:48.911 run[60036:1047011] Crashlytics: dSYM Error Unable to process .app.dSYM at path /path/to/
Snowcrash
  • 80,579
  • 89
  • 266
  • 376
205
votes
6 answers

What does transitive = true in Gradle exactly do (w.r.t. crashlytics)?

What does Gradle transitive = true do exactly? It is not clear from the Gradle documentation. This is in the context of compile within build.gradle. In my case I'm depending Android's…
Steve Kuo
  • 61,876
  • 75
  • 195
  • 257
112
votes
23 answers

Firebase Crashlytics: Upload missing dSYMs to see crashes from 1 versions.(iOS)

Error Message: Upload missing dSYMs to see crashes from 1 versions. Versions affected: 1.0 (1) I am trying to implement Firebase Crashlytics in my iOS project. I did all the setups according to Firebase Crashlytics Doucmentation. The crash is…
jazzbpn
  • 6,441
  • 16
  • 63
  • 99
108
votes
1 answer

Xcode 10b5 - duplicate symbol linker error, can't compile with Crashlytics

I'm trying to compile my project, which has both Firebase, Crashlytics/Fabric, and a bunch of other stuff, with Xcode 10 beta 5. It fails during linking with these errors: Ld…
xaphod
  • 6,392
  • 2
  • 37
  • 45
105
votes
18 answers

Could not determine the dependencies of task ':app:crashlyticsStoreDeobsDebug' if I enable the proguard

I get following error when I was running an app within Android Studio 2. Gradle tasks [:app:assembleDebug] Could not determine the dependencies of task ':app:crashlyticsStoreDeobsDebug'. > Task with path 'dexDebug' not found in project ':app'. BUILD…
Sean Shi
  • 1,289
  • 2
  • 9
  • 14
103
votes
17 answers

How can I fix this CrashlyticsMissingDependencyException?

I have been using the latest Crashlytics (Fabric integration) for a while. But recently I encountered the following crash error due to missing dependency although I didn't change anything about Crashlytics configurations. any idea? 02-08…
xialin
  • 7,686
  • 9
  • 35
  • 66
100
votes
17 answers

Crashlytics is not sending Crash report from iPhone

I've setup the Crashlytics in my one iOS application and installed the application on a real device. My Crashlytics Dashboard is displaying that, I've successfully added the app. However, it's not sending crash report. My internet speed is not so…
farhad rubel
  • 2,334
  • 2
  • 22
  • 29
78
votes
6 answers

Type 'UploadMappingFileTask' property 'googleServicesResourceRoot' doesn't have a configured value

After updating the classpath I can no longer build a release version of the app. FAILURE: Build failed with an exception. * What went wrong: A problem was found with the configuration of task ':app:uploadCrashlyticsMappingFileRelease' (type…
Bitwise DEVS
  • 2,858
  • 4
  • 24
  • 67
76
votes
25 answers

Could not get GOOGLE_APP_ID in Google Services file from build environment

For setting up firebase i am using two config 1.GoogleService-Info-test.plist, 2.GoogleService-Info-prdn.plist for UAT and Production. For installing crashlytics using firebase i have followed firebase documentation…
Mukesh Gami
  • 1,070
  • 1
  • 9
  • 15
74
votes
27 answers

Crashlytics in iOS won't proceed past "Build Your Project" in Fabric app

I'm installing Crashlytics for my iOS app. I downloaded it via their site link, and went through all the steps for integrating the frameworks, adding the run script, etc. I was experiencing an issue, so I removed the frameworks and decided to start…
wanderingme
  • 745
  • 1
  • 5
  • 7
69
votes
3 answers

Android ActivityThread.reportSizeConfigurations causes app to freeze with black screen and then crash

I have a crash in my app. It happens for a lot of users and its multiple places in ActivityThread.java method reportSizeConfigurations. I dont know what this is used for, and why it freezes. The freeze happens right after the splash screen (when the…
Otziii
  • 2,304
  • 1
  • 25
  • 34
66
votes
5 answers

Firebase Crashlytics custom log does not appear in the console

I've been testing Firebase Crashlytics and even though the normal crash report works right I can't success trying to generate a custom as it says the documentation. Crashlytics.log(msg); I also would like to know wether setting the user identifier…
64
votes
9 answers

Firebase Crashlytics - java.lang.IllegalStateException: The Crashlytics build ID is missing

As per new version of Firebase Crashlytics added in Our App and application stopped at launch time. java.lang.RuntimeException: Unable to get provider com.google.firebase.provider.FirebaseInitProvider: java.lang.IllegalStateException: The…
64
votes
3 answers

Crashlytics - how can I delete builds/versions?

I want to delete 2 of the builds/versions from the Crashlytics dashboard — they were uploaded with the wrong version number and it's creating havoc in the testing process. I would prefer to completely and totally remove them from Crashlytics.
Richard Grossman
  • 741
  • 1
  • 5
  • 10
1
2 3
99 100