All Questions

Filter by
Sorted by
Tagged with
0 votes
1 answer
608 views

FirebaseCrashlytics did not report crash to my firebase console dashboard

I was updating Fabric to new Firebase, my firebase showed old fabric crash report and no Firebase report. Now my firebaseCrashlytics version is 4.3.1. I had added GoogleService-Info.plist, script ...
user avatar
  • 1
2 votes
2 answers
504 views

How to get publicly accessible crashlytics report url?

I want to share my crashlytics crash report to some 3rd parties. How can I get a publicly accessible url like below? http://crashes.to/s/419b5b28766 I am bit new here, is it a old deprecated ...
user avatar
0 votes
0 answers
197 views

Crashlytics working but missing certain crash types?

I use Fabric/Crashlytics, and it is working well - I see crash reports and logged non-fatal exceptions as I expect, but I will occasionally see a substantial number of crashes in Xcode/Window/...
user avatar
  • 1,732
6 votes
1 answer
6k views

This app relies on Crashlytics. Please sign up for access at https://fabric.io/sign_up [duplicate]

but i have some problem at first i have a orange check image in right of app package name and i have this error in Application class Caused by: io.fabric.sdk.android.services.concurrency....
user avatar
7 votes
2 answers
1k views

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" ...
user avatar
0 votes
1 answer
101 views

Crashlytics: module-relative stack addresses?

We have a shared library which we do not wish to share the symbol names with anything - including Crashlytics. As such we really want either: 1. The base address at which each .so has been loaded or ...
user avatar
8 votes
2 answers
2k views

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 ...
user avatar
  • 2,129
15 votes
2 answers
970 views

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 ...
user avatar
  • 1,033
1 vote
1 answer
149 views

Do non-fatals participate in overall statistics (eg. crash-free users, crash-free sessions etc.)?

Do non-fatals participate in overall statistics (eg. crash-free users, crash-free sessions etc.)? Or maybe theirs function is strictly informal? Thanks
user avatar
1 vote
0 answers
134 views

Is there any way to control how Crashlytics aggregates crashes?

Crashlytics automatically aggregates crashes where the stack trace is similar. But for example we are using std::optional, where the bottom of the stack will always be 0 libsystem_kernel.dylib ...
user avatar
14 votes
4 answers
5k views

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 ...
user avatar
  • 1,325
1 vote
0 answers
338 views

Fabric: Send Crashlytics Key with crash

I am using Fabric in my Android App. I want to send a crash timestamp as soon crash occurs. I am able to send crash key before crash arises, but crash key was not getting sent after crash arises. I ...
user avatar
  • 836
1 vote
3 answers
571 views

Crashlytics for xamarin.mac application

is there any experience using Crashlytics reporting system for xamarin.mac application? I tried to create binding library, I got an exception : "Native linking failed with error code 1" I'm not ...
user avatar
  • 2,571
2 votes
2 answers
828 views

Not receiving crashes on crashlytics while do internal testing

I have integrated crashlytics with the pod. I used to test application with Testflight. I have noticed that there were few crashed on iTunes connect but Did not received any email from fabric/...
user avatar