简体   繁体   中英

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 ?

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM