Small font size debug info

This commit is contained in:
M66B
2021-08-15 21:28:33 +02:00
parent 5e98c65c95
commit 40ea1c3cb9
2 changed files with 4 additions and 1 deletions

View File

@@ -1520,7 +1520,7 @@ public class Log {
sb.append(ex.toString()).append("\n").append(android.util.Log.getStackTraceString(ex));
if (log != null)
sb.append(log);
String body = "<pre>" + TextUtils.htmlEncode(sb.toString()) + "</pre>";
String body = "<pre class=\"fairemail_debug_info\">" + TextUtils.htmlEncode(sb.toString()) + "</pre>";
EntityMessage draft;