154155156157158159160161162163164
} if (idstr.length() > TrackingId.TRACKING_ID_MAX_CHAR) { continue; } want.add(new TrackingId(change.getId(), idstr, footer.system())); } } } }