Closed lrapetti closed 1 year ago
When the desired logging folder is not found and cannot be created the device does not fails and the risk is to loose a dataset without knowing it.
The cause of the issue is the fact that when the BufferManager::configure fails (e.g. here), there is no error returned by the IWearLogger (see here)
BufferManager::configure
IWearLogger
When the desired logging folder is not found and cannot be created the device does not fails and the risk is to loose a dataset without knowing it.