导航菜单

页面标题

页面副标题

Handling Master v2 - q5.java 源代码

正在查看: Handling Master v2 应用的 q5.java JAVA 源代码文件

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


package com.applovin.impl;

import android.app.Activity;
import com.applovin.impl.r5;
import com.applovin.impl.sdk.j;
import com.applovin.sdk.AppLovinSdk;
import com.applovin.sdk.AppLovinSdkConfiguration;
import java.util.Map;
import java.util.concurrent.TimeUnit;

public class q5 extends w4 {
    private final j g;

    public q5(j jVar) {
        super("TaskInitializeSdk", jVar, true);
        this.g = jVar;
    }

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

    private void f() {
        if (this.g.L().c()) {
            return;
        }
        Activity n0 = this.g.n0();
        if (n0 != null) {
            this.g.L().a(n0);
            return;
        }
        this.g.A().a(y1.c0, ((w4) this).b + ":maybeInitializeAdapters()");
        this.g.j0().a((w4) new f6(this.g, true, "initializeAdapters", new i1lLLi1iii(this)), r5.b.CORE, TimeUnit.SECONDS.toMillis(1L));
    }

    private void g() {
        String str;
        boolean c = this.g.h0().c();
        Map n = this.g.y().n();
        Map J = this.g.y().J();
        String a = c ? this.g.y().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>";
        }
        n2 n2Var = new n2();
        n2Var.a().a("=====AppLovin SDK=====");
        n2Var.a("===SDK Versions===").a("Version", AppLovinSdk.VERSION).a("Plugin Version", this.g.a(l4.v3)).a("Ad Review Version", h.b()).a("OM SDK Version", this.g.W().c());
        n2Var.a("===Device Info===").a("OS", z6.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"));
        n2Var.a("===App Info===").a("Application ID", J.get("package_name")).a("Target SDK", J.get("target_sdk"));
        n2Var.a("===SDK Settings===").a("SDK Key", this.g.b0()).a("Mediation Provider", this.g.O()).a("TG", y6.a(this.g)).a("MD", this.g.a(l4.t)).a("Test Mode On", Boolean.valueOf(this.g.l0().c())).a("Verbose Logging On", Boolean.valueOf(c));
        n2Var.a("===Privacy States===\nPlease review AppLovin MAX documentation to be compliant with regional privacy policies.").a(l0.a(a()));
        n2Var.a("===MAX Terms and Privcay Policy Flow===");
        p0 v = this.g.v();
        boolean j = v.j();
        n2Var.a("Enabled", Boolean.valueOf(j));
        if (j) {
            AppLovinSdkConfiguration.ConsentFlowUserGeography consentFlowUserGeography = this.g.t().getConsentFlowUserGeography();
            AppLovinSdkConfiguration.ConsentFlowUserGeography d = v.d();
            AppLovinSdkConfiguration.ConsentFlowUserGeography consentFlowUserGeography2 = AppLovinSdkConfiguration.ConsentFlowUserGeography.GDPR;
            String str2 = "Other";
            n2Var.a("Consent Flow Geography", consentFlowUserGeography == consentFlowUserGeography2 ? "GDPR" : consentFlowUserGeography == AppLovinSdkConfiguration.ConsentFlowUserGeography.OTHER ? "Other" : "Unknown");
            if (z6.c(this.g)) {
                if (d == consentFlowUserGeography2) {
                    str2 = "GDPR";
                } else if (consentFlowUserGeography != AppLovinSdkConfiguration.ConsentFlowUserGeography.OTHER) {
                    str2 = "None";
                }
                n2Var.a("Debug User Geography", str2);
            }
        }
        n2Var.a("Privacy Policy URI", v.f()).a("Terms of Service URI", v.h());
        n2Var.a("===CMP (CONSENT MANAGEMENT PLATFORM)===").a(this.g.k0().j());
        n2Var.a();
        com.applovin.impl.sdk.n.g("AppLovinSdk", n2Var.toString());
    }

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