Describe the bug
Listing sensor measurements might return only single item even though there are multiple recordings. After the first recording is removed from the sensor, then polar ble sdk returns the other item.
I have not find a reason for this or a way to reproduce this consistently.
I had this issue happening 2/3 of the time but in the next day it stopped and never happened for me again. After I released our app to testing, our tester had the same issue where he described that approximately every 1/3 recording is missing ACC. And after the recording is removed from sensor then the ACC appears. The recordings were approx 10min - 1h long. (When I had the issue, the recording time didn't affect the outcome. I tested 10sec - 10min recordings)
How to Reproduce
Start PPI+ACC or PPG+ACC recordings with Verity Sense.
Wait a moment and stop both recordings
List recordings -> only one of the two or both recordings are returned
If only one of the two recording was returned, delete the returned recording (If both were returned, repeat until only single one is returned)
List recordings -> now the missing recording should appear
Expected behavior
All recordings should be returned when listing offline recordings
The code used in our app for listing the offline recordings
Platform on which you observed the bug:
Device on which you observed the bug:
Describe the bug Listing sensor measurements might return only single item even though there are multiple recordings. After the first recording is removed from the sensor, then polar ble sdk returns the other item. I have not find a reason for this or a way to reproduce this consistently.
I had this issue happening 2/3 of the time but in the next day it stopped and never happened for me again. After I released our app to testing, our tester had the same issue where he described that approximately every 1/3 recording is missing ACC. And after the recording is removed from sensor then the ACC appears. The recordings were approx 10min - 1h long. (When I had the issue, the recording time didn't affect the outcome. I tested 10sec - 10min recordings)
How to Reproduce
Expected behavior All recordings should be returned when listing offline recordings
The code used in our app for listing the offline recordings