Log on timeout only

This commit is contained in:
M66B 2024-04-13 08:12:34 +02:00
parent 43d6821520
commit 0f63effad1
3 changed files with 0 additions and 3 deletions

View File

@ -75,7 +75,6 @@ public class ServiceExternal extends ServiceBase {
@Override
public void onTimeout(int startId) {
Log.e(new Throwable("onTimeout"));
stopSelf(startId);
}
@Override

View File

@ -205,7 +205,6 @@ public class ServiceSend extends ServiceBase implements SharedPreferences.OnShar
@Override
public void onTimeout(int startId) {
Log.e(new Throwable("onTimeout"));
stopSelf(startId);
}
@Override

View File

@ -1180,7 +1180,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
@Override
public void onTimeout(int startId) {
Log.e(new Throwable("onTimeout"));
stopSelf(startId);
}
private void onEnable(Intent intent) {