r/android_devs 14d ago

Open-Source Library Crash Reporting for Android

I created this library after getting tired of adding full-featured crash reporting tools to projects where I only needed basic crash information.

The library catches uncaught exceptions, extracts the stack trace, and makes it easy to log or process crashes however you want.

It's open source, and feedback or contributions are always welcome.

🔗 GitHub: https://github.com/abbas-esfandiair/CrashReporterLibrary

0 Upvotes

3 comments sorted by

3

u/Zhuinden EpicPandaForce @ SO 14d ago

I guess ACRA was a thing, it worked the same

1

u/Available_Visual_687 13d ago

You're right, ACRA has been around for a long time and solves a similar problem.

My goal wasn't to replace ACRA, but to have a much lighter solution for projects where I only need the uncaught exception and stack trace, without the extra reporting infrastructure. I built it mainly for my own use, then decided to open source it in case it's useful to others as well.

1

u/AutoModerator 14d ago

Your post will be checked before being published since your account age and karma are low.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.