The changes included in this PR allow using a custom recording service (which extends the SensorRecordingService). Previously, the service was hardcoded, and now, it can be provided from the main application. This allows customizing the behaviour of the service before and after the data collection.
The changes included in this PR allow using a custom recording service (which extends the
SensorRecordingService
). Previously, the service was hardcoded, and now, it can be provided from the main application. This allows customizing the behaviour of the service before and after the data collection.