Dump SMTP on I/O errors

pull/194/merge
M66B 3 years ago
parent 3ddaab419f
commit 527ea44d25

@ -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…
Cancel
Save