导航菜单

页面标题

页面副标题

All File Recovery v1.0.2 - C0643q5.java 源代码

正在查看: All File Recovery v1.0.2 应用的 C0643q5.java JAVA 源代码文件

本页面展示 JAVA 反编译生成的源代码文件,支持语法高亮显示。 仅供安全研究与技术分析使用,严禁用于任何非法用途。请遵守相关法律法规。


package com.applovin.impl;

import android.app.Activity;
import com.applovin.impl.C0650r5;
import com.applovin.impl.sdk.C0672k;
import com.applovin.impl.sdk.C0676o;
import com.applovin.sdk.AppLovinSdk;
import com.applovin.sdk.AppLovinSdkConfiguration;
import com.facebook.internal.C0752a;
import java.util.Map;
import java.util.concurrent.TimeUnit;

public class C0643q5 extends AbstractRunnableC0716w4 {
    private final C0672k g;

    public C0643q5(C0672k c0672k) {
        super("TaskInitializeSdk", c0672k, true);
        this.g = c0672k;
    }

    private void f() {
        if (this.g.S().c()) {
            return;
        }
        Activity u0 = this.g.u0();
        if (u0 != null) {
            this.g.S().a(u0);
            return;
        }
        this.g.E().a(C0729y1.i0, this.b + ":maybeInitializeAdapters()");
        this.g.q0().a(new C0531f6(this.g, true, "initializeAdapters", new Runnable() {
            @Override
            public final void run() {
                C0643q5.this.e();
            }
        }), C0650r5.b.CORE, TimeUnit.SECONDS.toMillis(1L));
    }

    private void g() {
        String str;
        boolean c = this.g.o0().c();
        Map n = this.g.B().n();
        Map K = this.g.B().K();
        String a = c ? this.g.B().f().a() : "<Enable verbose logging to see the GAID to use for test devices - https://monetization-support.applovin.com/hc/en-us/articles/236114328-How-can-I-expose-verbose-logging-for-the-SDK>";
        if (c) {
            str = n.get("idfv") + " (use this for test devices)";
        } else {
            str = "<Enable verbose logging to see the App Set ID to use for test devices - https://monetization-support.applovin.com/hc/en-us/articles/236114328-How-can-I-expose-verbose-logging-for-the-SDK>";
        }
        C0616n2 c0616n2 = new C0616n2();
        c0616n2.a().a("=====AppLovin SDK=====");
        c0616n2.a("===SDK Versions===").a("Version", AppLovinSdk.VERSION).a("Plugin Version", this.g.a(C0577l4.f348B3)).a("Ad Review Version", C0548i.b()).a("OM SDK Version", this.g.d0().c());
        c0616n2.a("===Device Info===").a("OS", AbstractC0742z6.d()).a("GAID", a).a("App Set ID", str).a("Model", n.get("model")).a("Locale", n.get("locale")).a("Emulator", n.get("sim")).a("Tablet", n.get("is_tablet"));
        c0616n2.a("===App Info===").a("Application ID", K.get("package_name")).a("Target SDK", K.get("target_sdk"));
        c0616n2.a("===SDK Settings===").a("SDK Key", this.g.i0()).a("Mediation Provider", this.g.V()).a("TG", C0734y6.a(this.g)).a("MD", this.g.a(C0577l4.t)).a("Test Mode On", Boolean.valueOf(this.g.s0().c())).a("Verbose Logging On", Boolean.valueOf(c));
        c0616n2.a("===Privacy States===\nPlease review AppLovin MAX documentation to be compliant with regional privacy policies.").a(AbstractC0573l0.a(a()));
        c0616n2.a("===MAX Terms and Privcay Policy Flow===");
        C0630p0 y = this.g.y();
        boolean j = y.j();
        c0616n2.a("Enabled", Boolean.valueOf(j));
        if (j) {
            AppLovinSdkConfiguration.ConsentFlowUserGeography consentFlowUserGeography = this.g.w().getConsentFlowUserGeography();
            AppLovinSdkConfiguration.ConsentFlowUserGeography d = y.d();
            AppLovinSdkConfiguration.ConsentFlowUserGeography consentFlowUserGeography2 = AppLovinSdkConfiguration.ConsentFlowUserGeography.GDPR;
            String str2 = "Other";
            c0616n2.a("Consent Flow Geography", consentFlowUserGeography == consentFlowUserGeography2 ? "GDPR" : consentFlowUserGeography == AppLovinSdkConfiguration.ConsentFlowUserGeography.OTHER ? "Other" : C0752a.t);
            if (AbstractC0742z6.c(this.g)) {
                if (d == consentFlowUserGeography2) {
                    str2 = "GDPR";
                } else if (consentFlowUserGeography != AppLovinSdkConfiguration.ConsentFlowUserGeography.OTHER) {
                    str2 = "None";
                }
                c0616n2.a("Debug User Geography", str2);
            }
        }
        c0616n2.a("Privacy Policy URI", y.f()).a("Terms of Service URI", y.h());
        c0616n2.a("===CMP (CONSENT MANAGEMENT PLATFORM)===").a(this.g.r0().i());
        c0616n2.a();
        C0676o.g("AppLovinSdk", c0616n2.toString());
    }

    @Override
    public void run() {
        throw new UnsupportedOperationException("Method not decompiled: com.applovin.impl.C0643q5.run():void");
    }

    public void e() {
        this.g.S().a(this.g.e().b());
    }
}