Improved logging

This commit is contained in:
M66B
2021-02-27 16:00:31 +01:00
parent 45bb31e975
commit 2b54bdde05
3 changed files with 4 additions and 1 deletions

View File

@@ -78,7 +78,7 @@ public class ApplicationEx extends Application
super.onCreate();
long start = new Date().getTime();
EntityLog.log(this, "App create" +
Log.i("App create" +
" version=" + BuildConfig.VERSION_NAME +
" process=" + android.os.Process.myPid());
Log.logMemory(this, "App");