|
|
@ -431,7 +431,7 @@ public class MicroPhotoService extends Service {
|
|
|
|
};
|
|
|
|
};
|
|
|
|
Thread th = new Thread(runnable);
|
|
|
|
Thread th = new Thread(runnable);
|
|
|
|
th.start();
|
|
|
|
th.start();
|
|
|
|
|
|
|
|
|
|
|
|
long nextHbTime = expectedHbTime + mService.mHeartbeatDuration;
|
|
|
|
long nextHbTime = expectedHbTime + mService.mHeartbeatDuration;
|
|
|
|
while (nextHbTime <= ts) {
|
|
|
|
while (nextHbTime <= ts) {
|
|
|
|
nextHbTime += mService.mHeartbeatDuration;
|
|
|
|
nextHbTime += mService.mHeartbeatDuration;
|
|
|
|