1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-06 11:39:49 +00:00

Improved error log

This commit is contained in:
M66B 2019-10-06 10:54:06 +02:00
parent 21a7d0e3ee
commit 3094fcd9b1

View file

@ -2155,7 +2155,8 @@ class Core {
sb.append(" ").append(key).append("=").append(sid.get(key));
Log.e("Empty message" + sb.toString());
}
}
} else
Log.e("Empty message " + account.host);
} catch (Throwable ex) {
Log.w(ex);
}