mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Log unexpected errors
This commit is contained in:
@@ -465,7 +465,9 @@ public class Helper {
|
||||
return sb.toString();
|
||||
}
|
||||
|
||||
static void unexpectedError(FragmentManager manager, final Throwable ex) {
|
||||
static void unexpectedError(FragmentManager manager, Throwable ex) {
|
||||
Log.e(ex);
|
||||
|
||||
Bundle args = new Bundle();
|
||||
args.putSerializable("ex", ex);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user