mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Throwable wrapper
This commit is contained in:
@@ -5798,7 +5798,7 @@ public class MessageHelper {
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
report.append(TextUtils.htmlEncode(ex.toString()));
|
||||
report.append(TextUtils.htmlEncode(new ThrowableWrapper(ex).toSafeString()));
|
||||
}
|
||||
report.append("</div>");
|
||||
this.html = report.toString();
|
||||
|
||||
Reference in New Issue
Block a user