Dump SMTP on I/O errors

This commit is contained in:
M66B 2021-12-08 20:30:26 +01:00
parent 3ddaab419f
commit 527ea44d25
1 changed files with 3 additions and 0 deletions

View File

@ -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();