Merge "Persist pingHeartbeat after pingLoop finishes"

This commit is contained in:
Marc Blank 2010-03-05 16:15:46 -08:00 committed by Android (Google) Code Review
commit e8377ae7d4

View File

@ -1507,6 +1507,9 @@ public class EasSyncService extends AbstractSyncService {
sleep(30*MINUTES, true);
}
}
// Save away the current heartbeat
mPingHeartbeat = pingHeartbeat;
}
void sleep(long ms, boolean runAsleep) {