Merge "Persist pingHeartbeat after pingLoop finishes"
This commit is contained in:
commit
e8377ae7d4
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user