mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Dump SMTP on I/O errors
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user