mirror of https://github.com/M66B/FairEmail.git
Improved error log
This commit is contained in:
parent
21a7d0e3ee
commit
3094fcd9b1
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue