mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Debug: classifier file size
This commit is contained in:
@@ -2048,6 +2048,10 @@ public class Log {
|
||||
.append(TextHelper.canTransliterate())
|
||||
.append("\r\n");
|
||||
|
||||
sb.append("Classifier: ")
|
||||
.append(Helper.humanReadableByteCount(MessageClassifier.getSize(context)))
|
||||
.append("\r\n");
|
||||
|
||||
sb.append("\r\n");
|
||||
|
||||
int cpus = Runtime.getRuntime().availableProcessors();
|
||||
|
||||
Reference in New Issue
Block a user