mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2025-01-10 17:11:56 +01:00
Zepp OS: Improve activity fetch logging
This commit is contained in:
parent
c5757ea478
commit
ae75f82a63
@ -153,6 +153,8 @@ public abstract class AbstractFetchOperation extends AbstractHuamiOperation {
|
||||
}
|
||||
}
|
||||
|
||||
LOG.debug("All operations finished");
|
||||
|
||||
GB.updateTransferNotification(null, "", false, 100, getContext());
|
||||
operationFinished();
|
||||
unsetBusy();
|
||||
@ -325,6 +327,8 @@ public abstract class AbstractFetchOperation extends AbstractHuamiOperation {
|
||||
return;
|
||||
}
|
||||
|
||||
LOG.debug("Sending ack 2021, keepDataOnDevice = {}", keepDataOnDevice);
|
||||
|
||||
// 0x01 to ACK, mark as saved on phone (drop from band)
|
||||
// 0x09 to ACK, but keep it marked as not saved
|
||||
// If 0x01 is sent, detailed information seems to be discarded, and is not sent again anymore
|
||||
|
Loading…
Reference in New Issue
Block a user