Added longer delay between shutting down data source and re-starting it to make sure it shuts down properly. **We should really check it is shutdown before re-starting it!!**

This commit is contained in:
Graham Jones
2024-04-11 20:15:08 +01:00
parent b0ce331731
commit dcbf8028b1

View File

@@ -829,7 +829,7 @@ public class SdServer extends Service implements SdDataReceiver {
Log.w(TAG,"FAULT - restarting data source");
mSdDataSource.start();
}
}, 2000);
}, 10000);
} else {
startFaultTimer();
Log.v(TAG, "onSdDataFault() - starting Fault Timer");