robotology / wearables

Code moved to https://github.com/robotology/human-dynamics-estimation
https://github.com/robotology/human-dynamics-estimation
BSD 3-Clause "New" or "Revised" License
19 stars 11 forks source link

IWearLogger not terminating when directory not created #194

Closed lrapetti closed 1 year ago

lrapetti commented 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.

lrapetti commented 1 year ago

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)