mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-28 00:20:50 +01:00
Added error logging
This commit is contained in:
@@ -135,6 +135,7 @@ public class Helper {
|
||||
} catch (ActivityNotFoundException ex) {
|
||||
Toast.makeText(context, context.getString(R.string.title_no_viewer, uri.toString()), Toast.LENGTH_LONG).show();
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
Helper.unexpectedError(context, owner, ex);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user