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:
parent
21a7d0e3ee
commit
3094fcd9b1
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue