joshdholtz / Sentry-Android

[Deprecated] Use official "raven-java" library
https://github.com/getsentry/sentry-java
MIT License
180 stars 48 forks source link

Capture Forced Close #2

Closed tekblom closed 10 years ago

tekblom commented 10 years ago

Hi,

Is it possible to capture all Forced Close that occurs in the application?

Thanks for a great plugin.

joshdholtz commented 10 years ago

All force exceptions SHOULD be getting caught. Are you able to give me an example of ones that aren't? Also note that the exceptions get sent to Sentry when the app is run again after the force close.

And no problem, that's for appreciating it :) Hopefully we can get this solved for you.

tekblom commented 10 years ago

Sorry ! It looks like it actually captured the forced close exceptions, I thought I had some that didnät but now I can see them dropping in.

Thanks !