Fixed crash if LogManager fails to start (FIXES #196)

This commit is contained in:
Graham Jones
2024-06-14 14:46:52 +01:00
parent 1816c10234
commit e641f27829
4 changed files with 13 additions and 5 deletions

View File

@@ -576,4 +576,6 @@
<string name="BTpermissions_required">Bluetooth Permissions Required</string>
<string name="BT_permissions_rationale">Bluetooth permissions are required to communicate with the bluetooth (BLE) data source</string>
<string name="restart_server">Restart Server</string>
<string name="error_failed_to_create_local_event">ERROR: failed to create local event</string>
<string name="error_failed_to_start_log_manager">ERROR: Failed to start Log Manager</string>
</resources>