Log process ID

This commit is contained in:
M66B
2021-01-22 17:34:50 +01:00
parent b71f8a0246
commit 05f11818bf
4 changed files with 12 additions and 4 deletions

View File

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