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