1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 07:23:03 +00:00

Send buffer debugging

This commit is contained in:
M66B 2021-12-21 19:51:11 +01:00
parent 9d2b34dff1
commit e89dccb57d

View file

@ -1313,7 +1313,7 @@ public class SMTPTransport extends Transport {
Integer _fd = null;
try {
if (false)
if (eu.faircode.email.BuildConfig.DEBUG)
_fd = ParcelFileDescriptor.fromSocket(serverSocket).getFd();
} catch (Throwable ex) {
eu.faircode.email.Log.w(ex);