Log thread ID

This commit is contained in:
M66B
2019-11-09 14:13:18 +01:00
parent 582223be97
commit 9ff0a9004a
2 changed files with 3 additions and 3 deletions

View File

@@ -300,7 +300,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().getName());
error.addToTab("extra", "thread", Thread.currentThread().getName() + ":" + Thread.currentThread().getId());
error.addToTab("extra", "free", Log.getFreeMemMb());
error.addToTab("extra", "optimizing", (ignoringOptimizations != null && !ignoringOptimizations));