1
0
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:
Andreas Shimokawa 2017-03-30 23:01:40 +02:00
parent ab3f6c0bbf
commit 562049296c

View File

@ -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));