mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge
synced 2024-11-24 10:56:50 +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));
|
||||
}
|
||||
}
|
||||
devEvtsDataLogging = new GBDeviceEvent[]{null};
|
||||
break;
|
||||
case DATALOG_CLOSE:
|
||||
LOG.info("DATALOG_CLOSE. id=" + (id & 0xff));
|
||||
|
Loading…
Reference in New Issue
Block a user