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

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

Loading…
Cancel
Save