mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-28 04:46:51 +01:00
Pebble: fix datalogging
Was broken after 0.18.4
This commit is contained in:
parent
ab3f6c0bbf
commit
562049296c
@ -2275,6 +2275,7 @@ public class PebbleProtocol extends GBDeviceProtocol {
|
|||||||
mDatalogSessions.put(id, new DatalogSession(id, uuid, timestamp, log_tag, item_type, item_size));
|
mDatalogSessions.put(id, new DatalogSession(id, uuid, timestamp, log_tag, item_type, item_size));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
devEvtsDataLogging = new GBDeviceEvent[]{null};
|
||||||
break;
|
break;
|
||||||
case DATALOG_CLOSE:
|
case DATALOG_CLOSE:
|
||||||
LOG.info("DATALOG_CLOSE. id=" + (id & 0xff));
|
LOG.info("DATALOG_CLOSE. id=" + (id & 0xff));
|
||||||
|
Loading…
Reference in New Issue
Block a user