0

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.

  • see [this](http://stackoverflow.com/questions/19897628/need-to-handle-uncaught-exception-and-send-log-file) – Atef Hares Mar 09 '17 at 16:25

1 Answers1

1

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

Andrej Jurkin
  • 2,216
  • 10
  • 19