mirror of https://github.com/M66B/FairEmail.git
Added logging
This commit is contained in:
parent
448695ae21
commit
dd04c08c1c
|
@ -2572,10 +2572,10 @@ class Core {
|
|||
StringBuilder sb = new StringBuilder();
|
||||
for (String key : sid.keySet())
|
||||
sb.append(" ").append(key).append("=").append(sid.get(key));
|
||||
Log.e("Empty message" + sb.toString());
|
||||
Log.e("Empty message" + sb.toString() + " partial=" + account.partial_fetch);
|
||||
}
|
||||
} else
|
||||
Log.e("Empty message " + account.host);
|
||||
Log.e("Empty message " + account.host + " partial=" + account.partial_fetch);
|
||||
} catch (Throwable ex) {
|
||||
Log.w(ex);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue