mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 09:33:39 +02:00
Log process ID
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user