mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-05 04:19:21 +01:00
Log thread
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user