Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crashlytics Android Library Project

I have created my own library project and want to get crash reports by Crashlytics. My goal is to filter crashes - I want to receive crash reports only from my library not from 3rd party app. Is it possible ?

like image 455
jacekchronowski Avatar asked Sep 22 '15 07:09

jacekchronowski


People also ask

What happened to Crashlytics?

In January 2017, Crashlytics and Fabric were acquired by Google. In September 2018, Google announces that Fabric will be deprecated and developers should use Crashlytics via Firebase.

Is Crashlytics deprecated?

Old versions of your app still using the Fabric Crashlytics SDK will not break once it's deprecated, however they will no longer submit crash reports. But it seems like it will just continue to work as per normal after this date until further notice. Just leave it the way it is.


1 Answers

you can use ACRA library it will give you all stack trace by setting it.you can send on your server the crash report or mail or write in local file

https://github.com/ACRA/acra

like image 115
Ashish Agrawal Avatar answered Oct 01 '22 16:10

Ashish Agrawal