Questions tagged [crashlytics]

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

crashlytics
Filter by
Sorted by
Tagged with
270 votes
31 answers
110k views

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 ...
Michael's user avatar
  • 22.6k
215 votes
4 answers
65k views

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 ...
Snowcrash's user avatar
  • 83.1k
206 votes
6 answers
105k views

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 crashlytics. ...
Steve Kuo's user avatar
  • 62.4k
124 votes
24 answers
148k views

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 ...
jazzbpn's user avatar
  • 6,889
110 votes
18 answers
478k views

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 ...
Sean Shi's user avatar
  • 1,339
108 votes
1 answer
7k views

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 /Users/Username/Library/...
xaphod's user avatar
  • 6,656
103 votes
17 answers
26k views

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 ...
xialin's user avatar
  • 7,706
101 votes
17 answers
66k views

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 ...
farhad rubel's user avatar
  • 2,344
84 votes
0 answers
8k views

SecurityException Permission Denial: opening provider com.google.android.gms.phenotype.provider.ConfigurationProvider [closed]

After integrating Firebase Crashlytics instead of Firebase Crash Reporting I have begun to get some crashes. I don't know anything about com.google.android.gms.phenotype.provider....
Maxim Yudin's user avatar
  • 1,631
83 votes
27 answers
74k views

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 ...
Mukesh Gami's user avatar
  • 1,150
82 votes
6 answers
15k views

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:...
Bitwise DEVS's user avatar
  • 2,922
77 votes
2 answers
40k views

ERROR: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask()

I am getting the following error while trying to build my project on Android Studio: ERROR: No signature of method: com.crashlytics.tools.gradle.CrashlyticsPlugin.findObfuscationTransformTask() ...
M. Arabi Hasan Sakib's user avatar
74 votes
27 answers
49k views

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,...
wanderingme's user avatar
72 votes
5 answers
53k views

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 ...
strok_777's user avatar
  • 1,240
71 votes
12 answers
54k views

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....
Pratik Dodiya's user avatar
70 votes
3 answers
32k views

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 ...
Otziii's user avatar
  • 2,404
66 votes
3 answers
36k views

New Firebase Crashlytics disable in debug mode

I have recently switched to new Firebase Crashlytics from Fabric one and I can't find alternative for disabling Crashlytics in debug mode. Fabric: val crashlytics = Crashlytics.Builder().core(...
Martin's user avatar
  • 2,678
63 votes
5 answers
29k views

How to upload a mapping file to Firebase Crashlytics?

In the old Crash reporting - there is easy way to upload. i didn't find it in the Crashlytics section
itzhar's user avatar
  • 12.9k
63 votes
3 answers
26k views

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 ...
Richard Grossman's user avatar
60 votes
5 answers
31k views

Crashlytics: "We're missing a dSYM to process crashes" [closed]

Crashlytics says "We're missing a dSYM to process crashes" and when I try to download dSYMs from Xcode (7.1), I get "there are no dsyms available for download"
Ashish Awaghad's user avatar
58 votes
12 answers
43k views

iOS and FirebaseCrashlytics

I am trying to follow the instructions on Firebase Docs to upload missing required dSYMs. However I am stuck on running the uploader script. In my build phases I have "${PODS_ROOT}/...
mobiledevcookie's user avatar
58 votes
14 answers
45k views

Crashlytics file not found

Recently opened a project that I had compiled and submitted to Apple. I haven't touched it for a couple of months but I'm getting this odd compile error at: #import <Crashlytics/Crashlytics.h> ...
Snowcrash's user avatar
  • 83.1k
58 votes
5 answers
31k views

How to log non-fatal exceptions with Crashlytics

I started using Firebase (Crashlytics) in my project to track app crashes. It works perfectly with crashes but how can I log non-fatal crashes, i.e. caught exceptions. I tried Crashlytics.logException(...
Egis's user avatar
  • 4,851
56 votes
6 answers
20k views

What is causing this Crashlytics compile warning? (Auto-Linking supplied '...' framework linker option at '...' is not a dylib)

Compiling my main target (not a test target like here) yields this error: ld: warning: Auto-Linking supplied '~/Documents/my_app/MyApp/Crashlytics.framework/Crashlytics', framework linker option ...
Robert's user avatar
  • 38k
54 votes
16 answers
36k views

Integrate Fabric/Crashlytics via CocoaPods

I try to integrate Fabric/Crashlytics via CocoaPods, my Podfile looks like this: pod 'Fabric/Core', '1.2' pod 'Fabric/Crashlytics', '1.2' But when I try to build my app, the build fails and I get a ...
swalkner's user avatar
  • 16.9k
54 votes
6 answers
33k views

crashlytics developer tools error when building android -gradle project

I'm trying to build an android gradle project using eclipse, but i get this error when building the project using the command line: FAILURE: Build failed with an exception. * What went wrong: ...
user2469133's user avatar
  • 1,950
54 votes
10 answers
38k views

Send a log to Crashlytics without an app crash

How can I get Crashlytics to receive a log without my app crashing? I have the following code: if(!context.managedObjectContext save:&error) { CLS_LOG(@"%@",error.description) } When an ...
jack's user avatar
  • 1,911
54 votes
4 answers
15k views

Google Fabric: UiAutomation not connected

After deployment of an app to Google Play Beta I see next issue in Crashlytics (6 - 7 users are affected) Fatal Exception: java.lang.IllegalStateException: UiAutomation not connected! at android....
Vitalii's user avatar
  • 10.5k
52 votes
9 answers
50k views

Crashlytics found an invalid API key - AndroidStudio build

I saw all other questions, but none of accepted answers is working for me. By following integration steps found here https://dev.twitter.com/twitter-kit/android/integrate I have created crashlytics....
bajicdusko's user avatar
  • 1,630
51 votes
13 answers
29k views

Failed to retrieve settings from https://settings.crashlytics.com/spi/v2/platforms/android/apps/

I am trying out the new Firebase/Crashlytics setup and seem to run into a weird issue. I have one Android code base with multiple product flavors and each flavor is a separate individual app. all of ...
Kenneth Browning's user avatar
50 votes
12 answers
48k views

Error:Gradle: Execution failed for task ':app:crashlyticsCleanupResourcesDebug'. > Crashlytics Developer Tools error

I have this mainActivity public class MainActivity extends RoboFragmentActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); ...
Elad Benda's user avatar
  • 35.9k
48 votes
7 answers
21k views

Firebase Crashlytics setup on iOS?

I'm trying to integrate Firebase Crashlytics into iOS my app, which has Firebase Crash Reporting enabled. I've followed the documentation here, but my build always fails when running the custom build ...
Lucas P.'s user avatar
  • 4,362
47 votes
5 answers
13k views

Crashlytics iOS - log caught exception

I found a way to log custom caught exceptions in the Crashlytics Android SDK, but I can't find anything like that for the iOS SDK. Is there a way to log a caught exception with Crashlytics on iOS? ...
Magnus's user avatar
  • 1,184
46 votes
8 answers
9k views

Could not find method create() for arguments - Crashlytics issue

Could not find method create() for arguments [crashlyticsStoreDeobsDebug, class com.crashlytics.tools.gradle.tasks.StoreMappingFileTask, com.android.build.gradle.internal.scope.BuildArtifactsHolder$...
Rohit Surwase's user avatar
46 votes
5 answers
36k views

Log Non-fatal errors on Crashlytics

On iOS it's possible to use recordError(error) to log non-fatal errors on Crashlytics but apparently this feature is not available for Android. The only alternative I found is to use logException(e). ...
Eselfar's user avatar
  • 3,829
46 votes
5 answers
23k views

Beta from Crashlytics fail to install build on testers' devices

I'm sending my app to testers with Beta from Crashlytics which is an amazing tool to do app testing. I had every new tester's device UDID registered in my developer account and then distribute a new ...
bluenowhere's user avatar
  • 2,713
45 votes
10 answers
26k views

Could not get crash report in Crashlytics / fabric. Showing error : "It looks like we are missing dSYMs to process crashes for the versions below."

Crash reports are not generated in fabric/ crashlytics for my iOS application. An error (as given in screenshot) is being displayed on fabric dashboard. As instructed by fabric I tried to search the ...
Vineeth's user avatar
  • 1,720
44 votes
7 answers
24k views

Fabric's Crashlytics with Firebase can't be disabled for DEBUG builds

I have an app that utilises Fabric's Crashlytics via Firebase. The following is the first thing executed in my Applications onCreate CrashlyticsCore crashlyticsCore = new CrashlyticsCore.Builder() ...
peshkira's user avatar
  • 6,159
44 votes
11 answers
29k views

Task :app:uploadCrashlyticsMappingFileRelease FAILED Expected file collection to contain exactly one file, however, it contains no files

I have implemented Firebase crashlytics as suggested. I have put this in my app level release build variant: firebaseCrashlytics { mappingFileUploadEnabled true } but when I start to build ...
Reyjohn's user avatar
  • 2,674
44 votes
5 answers
27k views

Use Crashlytics within a product flavor in Android Studio

I am using Android Studio to develop my application and making use of gradle by creating a few product flavors. The product flavors are google, beta, and lab. I only want to integrate Crashlytics ...
michaelcarrano's user avatar
42 votes
7 answers
22k views

E/FirebaseCrashlytics: Failed to retrieve settings from https://firebase-settings.crashlytics.com/spi/v2/platforms/android/gmp/XXXX/settings

I tried new Firebase Crashlytics SDk after migrating from Fabric and seem to run into a weird issue. Crash logs are not captured in dashboard after upgrading firebase-crashlytics to 17.0.0 and I get ...
Santhosh's user avatar
  • 1,867
42 votes
1 answer
30k views

Scope of causes for EXC_BREAKPOINT crash

I have this stack trace in Fabric: My question: From the crash log, is the function 'formatMessageAuthorName' the only cause for this EXC_BREAKPOINT crash? E.g., are there other possible causes for ...
aunnnn's user avatar
  • 1,902
41 votes
2 answers
28k views

How to initialize Crashlytics in Fabric.io?

Looking for some help. I just upgraded my android app to fabric and now the app gives an error on this line: Crashlytics.start(getApplicationContext()); Gradle: error: cannot find symbol method ...
Nidhi Shah's user avatar
41 votes
0 answers
2k views

How do I share a link to a Firebase Crashlytics report?

Has anyone figured out how to get a permalink to a Firebase Crashlytics issue? I'd like to paste an issue link in our bug tracker. The only way I know right now is the copy the address bar, but the ...
bugloaf's user avatar
  • 2,970
39 votes
8 answers
21k views

How to use Crashlytics logging in Swift?

This article describes how to use Crashlytics logging in objective-c. However, after going throught the installation steps for propertly referencing Crashlytics and Fabric into my project, I don't ...
Albert Bori's user avatar
  • 9,912

1
2 3 4 5
71