导航菜单

页面标题

页面副标题

FileWipe Pro v3.0.0 - q5.java 源代码

正在查看: FileWipe Pro v3.0.0 应用的 q5.java JAVA 源代码文件

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


package com.applovin.impl;

import android.app.Activity;
import com.applovin.impl.r5;
import com.applovin.sdk.AppLovinSdk;
import com.applovin.sdk.AppLovinSdkConfiguration;
import com.mbridge.msdk.foundation.entity.CampaignEx;
import java.util.Map;
import java.util.concurrent.TimeUnit;

public class q5 extends w4 {

    private final com.applovin.impl.sdk.k f3758g;

    public q5(com.applovin.impl.sdk.k kVar) {
        super("TaskInitializeSdk", kVar, true);
        this.f3758g = kVar;
    }

    private void f() {
        if (this.f3758g.S().c()) {
            return;
        }
        Activity u02 = this.f3758g.u0();
        if (u02 != null) {
            this.f3758g.S().a(u02);
            return;
        }
        this.f3758g.E().a(y1.k0, this.f4610b + ":maybeInitializeAdapters()");
        this.f3758g.q0().a(new f6(this.f3758g, true, "initializeAdapters", new s8(7, this)), r5.b.CORE, TimeUnit.SECONDS.toMillis(1L));
    }

    private void g() {
        String str;
        boolean c4 = this.f3758g.o0().c();
        Map n5 = this.f3758g.B().n();
        Map K = this.f3758g.B().K();
        String a10 = c4 ? this.f3758g.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 (c4) {
            str = n5.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.f3758g.a(l4.B3)).a("Ad Review Version", i.b()).a("OM SDK Version", this.f3758g.d0().c());
        n2Var.a("===Device Info===").a("OS", a7.d()).a("GAID", a10).a("App Set ID", str).a("Model", n5.get("model")).a("Locale", n5.get("locale")).a("Emulator", n5.get("sim")).a("Tablet", n5.get("is_tablet"));
        n2Var.a("===App Info===").a("Application ID", K.get(CampaignEx.JSON_KEY_PACKAGE_NAME)).a("Target SDK", K.get("target_sdk"));
        n2Var.a("===SDK Settings===").a("SDK Key", this.f3758g.i0()).a("Mediation Provider", this.f3758g.V()).a("TG", z6.a(this.f3758g)).a("MD", this.f3758g.a(l4.f2993t)).a("Test Mode On", Boolean.valueOf(this.f3758g.s0().c())).a("Verbose Logging On", Boolean.valueOf(c4));
        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 y10 = this.f3758g.y();
        boolean j5 = y10.j();
        n2Var.a("Enabled", Boolean.valueOf(j5));
        if (j5) {
            AppLovinSdkConfiguration.ConsentFlowUserGeography consentFlowUserGeography = this.f3758g.w().getConsentFlowUserGeography();
            AppLovinSdkConfiguration.ConsentFlowUserGeography d4 = y10.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 (a7.c(this.f3758g)) {
                if (d4 == consentFlowUserGeography2) {
                    str2 = "GDPR";
                } else if (consentFlowUserGeography != AppLovinSdkConfiguration.ConsentFlowUserGeography.OTHER) {
                    str2 = "None";
                }
                n2Var.a("Debug User Geography", str2);
            }
        }
        n2Var.a("Privacy Policy URI", y10.f()).a("Terms of Service URI", y10.h());
        n2Var.a("===CMP (CONSENT MANAGEMENT PLATFORM)===").a(this.f3758g.r0().i());
        n2Var.a();
        com.applovin.impl.sdk.o.g("AppLovinSdk", n2Var.toString());
    }

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

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