MyRecorder v1.01.90.0219版本的 MD5 值为:c361f51174a0bf833abfa72929caf8d3

以下内容为反编译后的 m.java 源代码,内容仅作参考


package com.fyber.inneractive.sdk.config.global;

import com.fyber.inneractive.sdk.util.IAlog;
import java.util.Locale;
import org.json.JSONObject;
public class m implements com.fyber.inneractive.sdk.cache.a<l> {
    @Override
    public l a(String str) throws Exception {
        try {
            return l.a(new JSONObject(str));
        } catch (Exception e10) {
            IAlog.b("internal error while parsing remote features config file", new Object[0]);
            if (IAlog.f25819a <= 5) {
                e10.printStackTrace();
            }
            throw e10;
        }
    }

    @Override
    public String a() {
        int i10 = com.fyber.inneractive.sdk.config.f.f22598a;
        return System.getProperty("ia.testEnvironmentConfiguration.remoteConfigUrl") == null ? String.format(Locale.ENGLISH, "https://%sfeatures_config.json", "cdn2.inner-active.mobi/ia-sdk-config/") : System.getProperty("ia.testEnvironmentConfiguration.remoteConfigUrl");
    }

    @Override
    public void a(l lVar) {
    }

    @Override
    public String b() {
        return "IALastModifiedFromHeader.remote";
    }

    @Override
    public String c() {
        return "ia-remote.config";
    }

    @Override
    public boolean d() {
        return true;
    }
}