Assigned
Status Update
Comments
su...@google.com <su...@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
cu...@gmail.com <cu...@gmail.com> #3
br...@google.com <br...@google.com>
cu...@gmail.com <cu...@gmail.com> #4
hi,
just wonder if you have any update on this issue?
just wonder if you have any update on this issue?
br...@google.com <br...@google.com> #5
Our engineering team is still investigating. I hope to have an update for you soon.
Thanks!
br...@google.com <br...@google.com> #6
Hello, this behavior has been improved on Wear OS 4. Please let us know if you notice the issue persisting.
Description
Device: Samsung Galaxy Watch4
Software ver.: R870XXU1GWD6 SMR870NZKAXAA
GooglePlayService: 23.17.15
WearOS:3.5
WearCoreServices: 1.3.119499493697
I have reported this issue on HealthServices GitHub(
attached "NegativeCalories.csv" file is another test I did
and if you look at line202, it shows there is negative calories, which pair with the DailyCalories line206 and line207. it got decreased.
for the format of calorie data output, you can refer these code snippets, and I also attached the testing code "PassiveDataService.kt"
val type =
val tsStart = systemCurrentTimeMillisFromEventTs(it.startDurationFromBoot.toNanos())
val tsEnd = systemCurrentTimeMillisFromEventTs(it.endDurationFromBoot.toNanos())
val eventTsStart = it.startDurationFromBoot.toNanos()
val eventTsEnd = it.endDurationFromBoot.toNanos()
val calories = it.value
val metadata = it.metadata
val csvStr = "${type}, ${eventTsStart}, ${eventTsEnd}, ${tsStart}, ${tsEnd}, ${calories}, ${it.accuracy}, ${metadata}"