Small improvement

This commit is contained in:
M66B
2023-12-12 07:19:48 +01:00
parent fc3951f464
commit 45ff653cd9

View File

@@ -3783,7 +3783,7 @@ public class Log {
}
ssb.append("\r\n");
} catch (Throwable ex) {
ssb.append(new ThrowableWrapper(ex).toSafeString());
Log.e(ex);
}
ssb.setSpan(new RelativeSizeSpan(HtmlHelper.FONT_SMALL), 0, ssb.length(), 0);