|
|
@ -361,7 +361,7 @@ public class MpMasterService extends Service {
|
|
|
|
((ts - modifiedTimeOfPhoto) > mTimeOfMpAppAlive * 4) ||
|
|
|
|
((ts - modifiedTimeOfPhoto) > mTimeOfMpAppAlive * 4) ||
|
|
|
|
((ts - modifiedTimeOfUpload) > mTimeOfMpAppAlive * 4)) {
|
|
|
|
((ts - modifiedTimeOfUpload) > mTimeOfMpAppAlive * 4)) {
|
|
|
|
// greater than 30m
|
|
|
|
// greater than 30m
|
|
|
|
logger.warning("Start MpAPP as it is NOT running");
|
|
|
|
logger.warning("Restart MpAPP as it is NOT Running");
|
|
|
|
MicroPhotoContext.restartMpApp(context);
|
|
|
|
MicroPhotoContext.restartMpApp(context);
|
|
|
|
mTimeToStartMpApp = ts;
|
|
|
|
mTimeToStartMpApp = ts;
|
|
|
|
}
|
|
|
|
}
|
|
|
|