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

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