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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user