mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Small font size debug info
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user