All Questions
Tagged with google-fabric crash-reports
14
questions
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 ...
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 ...
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/...
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....
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" ...
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
...
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 ...
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 ...
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
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
...
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 ...
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 ...
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 ...
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/...