mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 21:55:13 +00:00
Dump SMTP on I/O errors
This commit is contained in:
parent
3ddaab419f
commit
527ea44d25
1 changed files with 3 additions and 0 deletions
|
@ -732,6 +732,9 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
|
||||||
|
|
||||||
db.identity().setIdentityError(ident.id, Log.formatThrowable(ex));
|
db.identity().setIdentityError(ident.id, Log.formatThrowable(ex));
|
||||||
|
|
||||||
|
throw ex;
|
||||||
|
} catch (Throwable ex) {
|
||||||
|
iservice.dump();
|
||||||
throw ex;
|
throw ex;
|
||||||
} finally {
|
} finally {
|
||||||
iservice.close();
|
iservice.close();
|
||||||
|
|
Loading…
Reference in a new issue