Questions tagged [google-fabric]

Google's Fabric is a platform that helps your mobile team build better apps, understand your users, and grow your business. This tag can be used for anything covering Crashlytics, Answers, Beta by Crashlytics, Digits, or the Fabric mobile apps.

Google Fabric is a platform that helps mobile app developers. Fabric was previously owned by Twitter and tags that referenced [twitter-fabric] should now use this tag instead.

If you have questions on Fabric including Crashlytics, Beta, Answers, or Digits, please post using this tag. If you have questions on other SDKs offered via Fabric, such as Branch or Stripe, please use a different tag.

Useful Links

Fabric's documentation: https://docs.fabric.io/

Fabric installation page: https://fabric.io/kits

856 questions
10
votes
1 answer

No logs in Crashlytics from TestFlight Beta builds and AppStore

I've been using Crashlytics for a long time now (starting when there was no Fabric yet), but recently I have a problem with new application that is distributed through Test Flight Beta and it's already in the AppStore. I configured Crashlytics as…
Krodak
  • 1,493
  • 14
  • 21
9
votes
2 answers

Specified path for unstripped native libs is not a directory - generateCrashlyticsSymbolFileRelease

How I can define androidNdkOut and androidNdkLibsOut paths with new Firebase Crashlytics SDK? When I try to run: ./gradlew clean assembleRelease uploadCrashlyticsSymbolFileRelease I get next error: Execution failed for task…
kocjan
  • 181
  • 1
  • 8
9
votes
3 answers

Crashlytics Generate Symbols gradle step fails: GC Overhead Limit Exceeded

I'm converting a project from gradle version 3.3 to 4.10.1. This project is mostly C++ code built using a custom build step - not CMake (externalNativeBuild) or Android.mk(ndkBuild). It produces the following libraries: armeabi-v7a unstripped:…
9
votes
1 answer

Crashlytics reports with Swift methods are hard to read

I recently discovered problems reading Crashlytics reports for crashes in Swift code. In the picture below you can see what happend to the method names. I've highlighted the interesting information in it: String+File.swift line 21 …
Lukas Würzburger
  • 6,543
  • 7
  • 41
  • 75
9
votes
2 answers

Fabric Crashlytics Error javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException

This Error is related to Fabric Crashlytics, not direct RestFul API consumptions. I'm getting this error when initiating the Fabric Crashlytics on Android Emulator E/Fabric: Settings request…
Bisma Frühling
  • 776
  • 1
  • 11
  • 21
9
votes
1 answer

Firebase won't show me Crashlytics details without linking Fabric app

I set up a new project with Firebase and enabled Crashlytics crash reporting. My Firebase console is showing crashes (so I know the SDK is configured properly): However, when I click on the crashes, I'm presented with this dialog: Ok...but this…
Rob Lauer
  • 3,075
  • 1
  • 32
  • 44
9
votes
2 answers

Fabric How to view/ export events' details

While I've successfully reported custom events to Fabric, I'm not able to view the details of the events. Hovering the graph and the table gives me snippets of the event logs but the text strings are cut off, it's so frustrating There are 2…
ericn
  • 12,476
  • 16
  • 84
  • 127
9
votes
4 answers

Crashlytics Fabric multiple targets

I have an app with multiple targets some of which have different bundle ids. I have managed to add Fabric, specifically Crashlytics to apps with the same bundle id in the past but im not sure how to go about multiple targets with different bundle…
Return-1
  • 2,329
  • 3
  • 21
  • 56
8
votes
1 answer

Fabric installer page on Safari for iPadOS 13.1 is not recognized as a "device"

I recently updated to iPadOS 13.1 and I can't get "Beta by Crashlytics" to accept an iPad Pro 12" as a device that can install the required software from https://apps.crashlytics.com/register/... I am met by a screen that says …
Erik Živković
  • 4,867
  • 2
  • 35
  • 53
8
votes
4 answers

Crashlyitics not appearing in Firebase

My Crashlytics data is not appearing in the Firebase Crashlytics view. It does show "Crash-free statistics" as being 75%, so it appears to be recording some data. I also see the crashes appearing instantly both in Fabric and in the old Firebase…
Adam
  • 2,167
  • 5
  • 19
  • 33
8
votes
1 answer

Using Firebase Crashlytics and Fabric Answers

I would like to use Firebase Crashlytics and Fabric Answers together. According to this link, in order to setup Fabric Answers, we need to include Fabric API key. This link doesn't mention any need for Fabric API key for implementing Firebase…
8
votes
2 answers

Fabric Crashlytics reports display some letters instead of classes names of my Android App

In Fabric Crashlytics reports I see some letters instead of classes names. for example when I see "MainActivity" I understand that a crash occured in MainActivity.java, but now I see letter "a" , "e" or "w" instead of class name and I can't…
8
votes
2 answers

Android Crashlytics not logging non-fatals

I'm logging crashlytics errors in fabric. It works for crashes, and auto-generated non-fatals. But when I try to manually log non-fatals, it doesnt show at all. What can be the problem? (Yes, I have re-opened the app after the logging). The logging…
Otziii
  • 2,304
  • 1
  • 25
  • 34
8
votes
1 answer

Xcode 9+iphone8+Fabric can't use beta to install testing app

I keep got this error message on iPhone8: "The developer needs to upload a build that supports your device's architecture (armv6)." And the same version is ok to install on other devices (iphone7,6,ipad...). So far I had tried update mac to…
Bunny Lin
  • 113
  • 4
8
votes
8 answers

Fabric Crashlytics stuck on build and run

Currently, I'm trying to integrate Crashlytics into an Android Application. However I can't get the app to be recognized and added to the Fabric Dashboard. When using the Android Studio Fabric plugin following these steps: New App Select…
Alkarin
  • 464
  • 7
  • 20