Added some try/catch blocks in SdDataSourceBLE2 to avoid crashes during shutdown. Re-introduced a data source re-start when we do a fault beep to try to rectify the problem
This commit is contained in:
@@ -12,7 +12,8 @@
|
||||
android:id="@+id/action_start_stop"
|
||||
android:icon="@drawable/stop_server"
|
||||
app:showAsAction="never|withText"
|
||||
android:title="@string/restart_server" />
|
||||
android:title="@string/restart_server"
|
||||
android:enabled="false" />
|
||||
<item
|
||||
android:id="@+id/action_exit"
|
||||
android:icon="@drawable/stop_server"
|
||||
|
||||
Reference in New Issue
Block a user