暂时禁用运维保活检测

N938
Matthew 6 months ago
parent 56ceb40f6d
commit 23f2ab7527

@ -390,6 +390,9 @@ public class MpMasterService extends Service {
public boolean shouldSyncTime() { return mSyncTime; } public boolean shouldSyncTime() { return mSyncTime; }
public void startMpApp() { public void startMpApp() {
if (true) {
return;
}
try { try {
final Context context = getApplicationContext(); final Context context = getApplicationContext();
long ts = System.currentTimeMillis(); long ts = System.currentTimeMillis();

Loading…
Cancel
Save