I created my own library project and want to receive crash reports from Crashlytics. My goal is to filter out crashes - I want to receive crash reports only from my library, and not from a third-party application. Is it possible?
you can use the ACRA library, it will give you the whole stack trace by installing it. You can send a crash report or mail to your server or write to a local file
https://github.com/ACRA/acra
Source: https://habr.com/ru/post/1231995/More articles:New activity fragment template for Android Studio 1.4 - androidAdd trigger for each UserControl - wpfHow can I ensure thread safety in the following context? - javaEnabling Ruby PostGIS Support on Heroku - ruby-on-railsOSCAR_SEARCH_FACETS to filter product lists - pythonGetting 500 INTERNAL SERVER ERRORS when combining (with flag) GET API Call - pythonIOS localization broken with iOs 9 + Xcode 7 update - iosASP.Net throws the error "System.InvalidOperationException: collection was modified"; when switching to Vietnamese - .netKeep a copy of the element when using jQuery drag and drop - jqueryInvalidOperationException When calling ResourceManager.GetString - c #All Articles