Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugsnag/bugsnag-android
BugSnag crash monitoring and reporting tool for Android apps
https://github.com/bugsnag/bugsnag-android
android android-apps bugs bugsnag crash crash-reporting crash-reporting-tool crash-reports debug debugging-tool error-monitoring error-reporting error-stack-trace errors exceptions java ndk notifier platforms unhandled-exceptions
Last synced: 6 days ago
JSON representation
BugSnag crash monitoring and reporting tool for Android apps
- Host: GitHub
- URL: https://github.com/bugsnag/bugsnag-android
- Owner: bugsnag
- License: other
- Created: 2011-09-17T21:18:06.000Z (over 13 years ago)
- Default Branch: next
- Last Pushed: 2024-12-10T16:50:12.000Z (about 1 month ago)
- Last Synced: 2025-01-01T16:11:48.408Z (13 days ago)
- Topics: android, android-apps, bugs, bugsnag, crash, crash-reporting, crash-reporting-tool, crash-reports, debug, debugging-tool, error-monitoring, error-reporting, error-stack-trace, errors, exceptions, java, ndk, notifier, platforms, unhandled-exceptions
- Language: Kotlin
- Homepage: https://www.bugsnag.com/platforms/android/
- Size: 11.8 MB
- Stars: 1,196
- Watchers: 71
- Forks: 205
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: .github/support.md
Awesome Lists containing this project
- awesome-kotlin - bugsnag-android - Bugsnag crash monitoring and reporting tool for Android apps (Libraries)
README
[![Documentation](https://img.shields.io/badge/documentation-latest-blue.svg)](https://docs.bugsnag.com/platforms/android/)
[![Build status](https://badge.buildkite.com/ff6aa35c92e06a739cb095b58762dffab8011c7f05a1ce86e1.svg)](https://buildkite.com/bugsnag/bugsnag-android)
[![OpenSSF Scorecard](https://api.scorecard.dev/projects/github.com/bugsnag/bugsnag-android/badge)](https://scorecard.dev/viewer/?uri=github.com/bugsnag/bugsnag-android)Detect crashes in your Android applications: collecting diagnostic information and immediately notifying your development team, helping you to understand and resolve issues as fast as possible.
## Features
* Automatically report unhandled exceptions and crashes
* Report [handled exceptions](https://docs.bugsnag.com/platforms/android/#reporting-handled-exceptions)
* [Log breadcrumbs](https://docs.bugsnag.com/platforms/android/#logging-breadcrumbs) which are attached to crash reports and add insight to users' actions
* [Attach user information](https://docs.bugsnag.com/platforms/android/#identifying-users) to determine how many people are affected by a crash## Getting started
1. [Create a Bugsnag account](https://www.bugsnag.com)
1. Complete the instructions in the [integration guide](https://docs.bugsnag.com/platforms/android/) to report unhandled exceptions thrown from your app
1. Report handled exceptions using [`Bugsnag.notify`](https://docs.bugsnag.com/platforms/android/reporting-handled-exceptions/)
1. Customize your integration using the [configuration options](https://docs.bugsnag.com/platforms/android/configuration-options/)## Support
* [Read the integration guide](https://docs.bugsnag.com/platforms/android/) or [configuration options documentation](https://docs.bugsnag.com/platforms/android/configuration-options/)
* [Search open and closed issues](https://github.com/bugsnag/bugsnag-android/issues?utf8=✓&q=is%3Aissue) for similar problems
* [Report a bug or request a feature](https://github.com/bugsnag/bugsnag-android/issues/new)## Contributing
All contributors are welcome! For information on how to build, test and release `bugsnag-android`, see our [contributing guide](https://github.com/bugsnag/bugsnag-android/blob/main/CONTRIBUTING.md).
## License
The BugSnag Android SDK is free software released under the MIT License. See the [LICENSE](https://github.com/bugsnag/bugsnag-android/blob/main/LICENSE) for details.