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

@@ -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) {