Retrieve Log Size in Android SDK

Hello,

I recently start working with the Android SDK after finishing an iOS application. After some readings, I can't seem to find any methods available to use to retrieve total entry count. https://mbientlab.com/documents/metawear/android/latest/com/mbientlab/metawear/module/Logging.html

In an example from 7 years ago there was a module called Logging.LogEntry but was that removed?
https://gist.github.com/mbientlab/a299fc705f8ac3b64359

In iOS, we can use "mbl_mw_logging_get_length_data_signal" to retrieve log size, which I assume we would do similarly using ForcedDataProducer but the only non-sensor related DataProducer is Setting.BatteryDataProducer. https://mbientlab.com/documents/metawear/android/latest/com/mbientlab/metawear/DataProducer.html

Does anyone know where we can retrieve log size without actually starting LogDownloading (which we can get the TotalEntry in Update)?

Thanks

Comments

Sign In or Register to comment.