mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 04:35:57 +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));
|
||||
|
||||
throw ex;
|
||||
} catch (Throwable ex) {
|
||||
iservice.dump();
|
||||
throw ex;
|
||||
} finally {
|
||||
iservice.close();
|
||||
|
|
Loading…
Reference in a new issue