In Windows, when an application crashes because of an unhandled exception, there is a place called Event Viewer
that gives a good amount of informative data about the process being crashed down.
Using that information, one can easily troubleshoot the application.
In Android, we have developed an application that on the phone of a customer keeps crashing repeatedly and we don't have a chance to log anything.
Do we have something similar here in Android? Or in general, how should we know about unhandled exceptions in Android?
Please note that because the app is installed on customer's phone, it's a user question. We want to know a way to be able to find a log somewhere somehow by the help of our customer, and act accordingly.
No comments:
Post a Comment