优化日志

hdrplus
Matthew 1 year ago
parent fa8b961e77
commit d31020d59e

@ -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;
} }

Loading…
Cancel
Save