Refactoring

This commit is contained in:
M66B
2019-05-22 15:41:54 +02:00
parent 7a23d0bffd
commit 1f14c58ae8
5 changed files with 17 additions and 16 deletions

View File

@@ -229,7 +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());
error.addToTab("extra", "free", Log.getFreeMemMb());
return true;
}
});