Reputation: 127
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
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
Upvotes: 1