Log free heap memory

This commit is contained in:
M66B
2019-05-16 19:52:46 +02:00
parent 36c691eb25
commit df5376a860
3 changed files with 17 additions and 9 deletions

View File

@@ -229,6 +229,7 @@ public class ApplicationEx extends Application {
public boolean run(@NonNull Error error) {
error.addToTab("extra", "installer", installer == null ? "-" : installer);
error.addToTab("extra", "fingerprint", fingerprint);
error.addToTab("extra", "free", Helper.getFreeMemMb());
return true;
}
});