I am using ACRA (Application Crash Report for Android) to send data when unhandled exceptions occur.
Methods like openFileOutput() requires me to try and catch iOExceptions. Since the exception is in a try catch block, ARCA is not triggered. However I would still like to receive and see the stacktrace. Are there any ways to achieve this?