Log thread

This commit is contained in:
M66B
2019-09-23 14:50:24 +02:00
parent cbb81e6c31
commit 325c00e83f
2 changed files with 3 additions and 0 deletions

View File

@@ -281,6 +281,7 @@ public class Log {
public boolean run(@NonNull Error error) {
error.addToTab("extra", "installer", installer == null ? "-" : installer);
error.addToTab("extra", "fingerprint", fingerprint);
error.addToTab("extra", "thread", Thread.currentThread().getId());
error.addToTab("extra", "free", Log.getFreeMemMb());
String theme = prefs.getString("theme", "light");