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
16
votes
8 answers

iOS Firebase Crashlytics not showing up crashes in Dashboard

I implemented Firebase Crashlytics in my iOS app. I followed all the steps in firebase documentation. I already ran crashlytics without the debugger by closing the app first and then re run the app so that crash reports can be sent. I even get this…
Moaz Khan
  • 1,272
  • 1
  • 13
  • 28
16
votes
2 answers

How to split/ungroup Crashlytics non-fatal exceptions report using custom attribute?

I send to Crashlytics errors I get during sync with server. These errors mostly contain info about different data conflicts. All errors are wrapped into one exception class which has fields like apiErrorCode. I can't create separate exception class…
15
votes
1 answer

How to receive daily summary email from firebase analytics?

I would like to receive daily summary reports by e-mail about my app's downloads and other various stats from Firebase. I have used Fabric earlier and was able to do so but now since Fabric is going to be deprecated soon (May 2020) - I would like to…
Harry
  • 369
  • 2
  • 17
15
votes
0 answers

Crashlytics iOS Build installs very slow

We have been using Crashlytics (Fabric) for iOS Builds distribution for so many months. But recently We are experiencing wired behavior with one app. While we are trying to download the app, Sometimes it is downloading very slowly, it takes…
iOS dev
  • 2,254
  • 6
  • 33
  • 56
14
votes
3 answers

Problems adding Firebase Crashlytics to Android project - Crashlytics found an invalid API key: null

I am trying to add Firebase crashlytics to our project but just can not get it to work. I have followed the instructions adding the necessary lines to our gradle file but no success so far. The main issue I get is this message: Crashlytics found an…
user1816142
  • 1,199
  • 2
  • 9
  • 16
14
votes
4 answers

Crashlytics not giving proper crash reports

I am noticing it from my last few build, crashlytics is not sending the proper crash reports... In crash reports i can not debug on which class the crash occured.. Although I have tried uploading DSYM manually also and using fabric also, I do have…
Er. Khatri
  • 1,384
  • 11
  • 29
13
votes
2 answers

Fatal Exception: java.lang.IllegalStateException - Unable to create layer for LinearLayout(Crashing in only Galaxy j4+, j6+)

Fatal Exception: java.lang.IllegalStateException Unable to create layer for LinearLayout, size 768x5440 max size 8192 color type 4 has context 1 android.os.MessageQueue.nativePollOnce (MessageQueue.java) android.os.Looper.loop + 181…
BEOM KI
  • 143
  • 1
  • 6
13
votes
8 answers

Firebase Crashlytics not reporting crashes when manually enabled

Crashlytics works just fine without opt-in reporting. But it stops reporting anything as soon as I set up opt-in reporting according to the tutorial. Specifically, I added the following content to AndroidManifest.xml
Null
  • 657
  • 2
  • 6
  • 15
13
votes
3 answers

Invalid Crashlytics API Key error when upgrading to Android Gradle Plugin 3.3.0

After upgrading from Android Gradle Plugin 3.2.0 to 3.3.0-alpha13, I'm seeing the following build error: > Task :app:fabricGenerateResourcesDebug FAILED ERROR - Crashlytics Developer Tools error. java.lang.IllegalArgumentException: Crashlytics found…
Matt Logan
  • 5,886
  • 5
  • 31
  • 48
13
votes
1 answer

Why can't I send data to fabric from Iran?

It's been about a week or so that our clients can't send data to fabric in Iran, I wanted to know if this ban was made by the fabric and why now?
Moh Mah
  • 2,005
  • 20
  • 29
13
votes
1 answer

How can I change the time zone in Fabric?

Can I change the time zone in Fabric? Fabric got the UTC, but we located in other time zone. So when we checked the data in Fabric, we would be confused by the time. UTC time zone
Eric Lee
  • 133
  • 1
  • 7
13
votes
2 answers

Lazy initialization of Fabric kits?

Is it possible to lazily initialize Fabric Kits? for example, right now I do: Fabric.with(this, crashlytics, twitterCore, tweetUi); // 500ms I would like to initialize only Crashlytics (no twitter stuff), like below, because it is 10x faster, and I…
zrgiu
  • 6,200
  • 1
  • 33
  • 35
12
votes
1 answer

Crashlytics doesn't display native crashes

Before this gets marked as a duplicate, I have tried everything from all the possible questions. Java crashes are reported properly, however crashes from the native libs don't have the debug symbols. What i've tried: ./gradlew…
12
votes
2 answers

Unlink an existing firebase app?

I want to "Link to new or existing Firebase project & app" but the crashlytics dashboard told me my project is already linked, how to unlink my existing project ?
JulienGenoud
  • 592
  • 9
  • 21
12
votes
2 answers

Suddenly getting many Fabric Out of Memory sessions: Can Fabric OOM Reports ever be false alarms?

I recently added background fetch in my application and it is working well. I recently noticed in Fabric that the amount of OOM free sessions have gradually gone from 100% to a daily average steady in the teens as low as 14%. I only saw a few…
Barrett
  • 470
  • 4
  • 11
1 2
3
57 58