MindorksOpenSource / CrashReporter

CrashReporter is a handy tool to capture app crashes and save them in a file.
Apache License 2.0
403 stars 94 forks source link

Not catching exceptions in a multi module project #11

Open AnupKhanal opened 5 years ago

AnupKhanal commented 5 years ago

I have a project with multiple android library modules. Crash reporter simply doesn't catch crashes in this project. I had no issues when using this library in a single module project.