Improved error log

This commit is contained in:
M66B 2019-10-06 10:54:06 +02:00
parent 21a7d0e3ee
commit 3094fcd9b1
1 changed files with 2 additions and 1 deletions

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);
}