pull/207/head
M66B 2 years ago
parent 5c58d3e314
commit 7f20fd6af8

@ -748,7 +748,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
end = new Date().getTime();
EntityLog.log(this, "Sent " + via + " elapse=" + (end - start) + " ms");
} catch (MessagingException ex) {
iservice.dump();
iservice.dump(ident.email);
Log.e(ex);
if (ex instanceof SMTPSendFailedException) {
@ -770,7 +770,7 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
throw ex;
} catch (Throwable ex) {
iservice.dump();
iservice.dump(ident.email);
throw ex;
} finally {
iservice.close();

Loading…
Cancel
Save