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:
parent
9d2b34dff1
commit
e89dccb57d
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue