Pebble: fix datalogging

Was broken after 0.18.4
master
Andreas Shimokawa 2017-03-30 23:01:40 +02:00
parent ab3f6c0bbf
commit 562049296c
1 changed files with 1 additions and 0 deletions

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