Added logging

This commit is contained in:
M66B 2020-01-13 17:16:02 +01:00
parent 7e9f2bc8f8
commit 512f24feb3
1 changed files with 6 additions and 0 deletions

View File

@ -581,6 +581,12 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
super.onDestroy();
}
@Override
public void onTaskRemoved(Intent rootIntent) {
super.onTaskRemoved(rootIntent);
Log.i("Task removed=" + rootIntent);
}
@Override
public int onStartCommand(Intent intent, int flags, int startId) {
lastStartId = startId;