Added logging

pull/172/head
M66B 5 years ago
parent 7e9f2bc8f8
commit 512f24feb3

@ -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;

Loading…
Cancel
Save