jacekchronowski
jacekchronowski

Reputation: 127

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 ?

Upvotes: 6

Views: 272

Answers (1)

Ashish Agrawal
Ashish Agrawal

Reputation: 1977

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

Upvotes: 1

Related Questions