Assigned
Status Update
Comments
br...@google.com <br...@google.com> #2
Hello,
I'm only a little familiar with Power Apps. Is your app a mobile app or a web app?
This link
The primary
If your app does not work on Android mobile devices, you can also consider the
st...@google.com <st...@google.com> #3
bo...@reemohealth.com <bo...@reemohealth.com> #4
Is there any update on this issue? We are not able to reproduce it at will but we continue to experience it intermittently. Our workaround is to reregister when we detect a lack of data, but it impacts the user when data freezes. Thanks.
Description
Component used (HealthServices or HealthConnect):
SDK Version used: beta 1
Devices/Android versions reproduced on: Pixel Watch
If this is a bug in the library, we would appreciate if you could attach:
I have been noticing that sometimes randomly our callback will be lost and no updates get received until we re-register on our own. What I am seeing is that when the following error is thrown in health services no other data but user activity state is passed back. For our registration here we have User Activity State, Daily Calories, Daily Steps, Daily Floors and Daily Distance. None of the data types update when this crash occurs, only the activity state.
If I force stop health services our callback is successfully re-registered and all data is being returned as expected. I have not been able to find a path to reproduce however we do have some users experiencing this issue where updates just stop. I hope this error and description is helpful but I have not found a direct path, this error seems to be random from my perspective and its hard to catch when it exactly happens. All we do is register the callback and store data as it is retrieved.
Not sure if it helps but our implementation can be found:https://github.com/home-assistant/android/blob/master/wear/src/main/java/io/homeassistant/companion/android/sensors/HealthServicesSensorManager.kt