如果是MpAPP心跳,则不用检测mpapp的存活状态

nx2024
Matthew 2 months ago
parent 1d408e0f5b
commit 114ada0b33

@ -692,7 +692,7 @@ public class MpMasterService extends Service {
if (!mService.mSeparateNetwork && (!mService.mMntnMode)) {
mService.startMaster(true);
}
mService.detectMpAppAlive();
// mService.detectMpAppAlive();
} else if (TextUtils.equals(ACTION_UPDATE_CONFIGS, action)) {
int restart = intent.getIntExtra("restart", 0);
mService.logger.info("Update Config Fired ACTION=" + action + " restart=" + restart);

Loading…
Cancel
Save