user4256388
user4256388

Reputation:

How to catch fatal error in my application?

Is it possible to catch globally fatal error in my application?

My application falls to some people and I do not know why ... I need to see the error, why it falls. IDE can catch this error - so maybe I can catch it too + write to my log service.

Thanks.

Upvotes: 0

Views: 432

Answers (1)

Andrej Jurkin
Andrej Jurkin

Reputation: 2256

Save yourself some work and add Crashlytics to your project. This is all you'll ever need.

Upvotes: 1

Related Questions