mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-12-25 01:55:50 +01:00
Pebble: fix hexdump for health datalog
This commit is contained in:
parent
cdb25f3183
commit
b01a517813
@ -1832,7 +1832,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
|
||||
LOG.info("DATALOG UUID=" + datalogSession.uuid + ", tag=" + datalogSession.tag + taginfo + ", item_size=" + datalogSession.item_size + ", item_type=" + datalogSession.item_type);
|
||||
}
|
||||
if (doHexdump) {
|
||||
LOG.info(GB.hexdump(buf.array(), 10, length - 10));
|
||||
LOG.info(GB.hexdump(buf.array(), buf.position(), length - buf.position()));
|
||||
}
|
||||
break;
|
||||
case DATALOG_OPENSESSION:
|
||||
|
Loading…
Reference in New Issue
Block a user