Given an App that handles a Try Catch, what is the best method to send the Exception in order to see the details?
Crashlytics is only good when the app actually crashes, but if the error is managed and I only want to see what the error was? How can I do?
Firebase Analytics?
KSCrash is an open source crash reports framework: https://github.com/kstenerud/KSCrash It is simple to use and looks like it works very good. The app collects the crash reports and tries to send them when the app is started again. There are several ways to send the crash reports, including...
KSCrash is an open source crash reports framework: https://github.com/kstenerud/KSCrash It is simple to use and looks like it works very good. The app collects the crash reports and tries to send them when the app is started again. There are several ways to send the crash reports, including...