|
|
|
@ -610,8 +610,11 @@ public class MpMasterService extends Service {
|
|
|
|
|
|
|
|
|
|
logger.warning("Start Mntn report: " + masterUrl + " MntnMode=" + (mMntnMode ? "1" : "0") + " QuickHB=" + (mQuickHbMode ? "1" : "0"));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
AppMaster appMaster = new AppMaster(this, masterUrl, appConfig.cmdid, bundleWithMpApp);
|
|
|
|
|
String cmdid = appConfig.cmdid;
|
|
|
|
|
if (TextUtils.isEmpty(cmdid)) {
|
|
|
|
|
cmdid = getSerialNo();
|
|
|
|
|
}
|
|
|
|
|
AppMaster appMaster = new AppMaster(this, masterUrl, cmdid, bundleWithMpApp);
|
|
|
|
|
appMaster.start(isCriticalTime());
|
|
|
|
|
mMasterTimers++;
|
|
|
|
|
}
|
|
|
|
|