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

@@ -157,7 +157,9 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
@Override
public void onCreate() {
EntityLog.log(this, "Service create version=" + BuildConfig.VERSION_NAME);
EntityLog.log(this, "Service create" +
" version=" + BuildConfig.VERSION_NAME +
" process=" + android.os.Process.myPid());
super.onCreate();
if (isBackgroundService(this))