mirror of
https://codeberg.org/Freeyourgadget/Gadgetbridge.git
synced 2026-07-31 07:44:24 +02:00
Pebble: fix datalogging
Was broken after 0.18.4
This commit is contained in:
+1
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user