Log the number of samples being flushed #91

live-activity-data
cpfeiffer 2015-09-09 22:33:06 +02:00
parent e0ccb6bf84
commit e80a3cc591
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ public class FetchActivityOperation extends AbstractBTLEOperation<MiBandSupport>
LOG.debug("nothing to flush, struct is already null");
return;
}
LOG.debug("flushing activity data holder");
LOG.debug("flushing activity data samples: " + activityStruct.activityDataHolderProgress / 3);
byte category, intensity, steps;
DBHandler dbHandler = null;