导航菜单

页面标题

页面副标题

Spermatid Pro v6.4.3 - c$t$1.java 源代码

正在查看: Spermatid Pro v6.4.3 应用的 c$t$1.java JAVA 源代码文件

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


package com.octopus.ad.model;

import android.content.Context;
import android.os.Build;
import com.octopus.ad.Octopus;
import com.octopus.ad.internal.m;
import com.octopus.ad.utils.b.a;
import com.octopus.ad.utils.b.f;
import com.octopus.ad.utils.b.j;
import org.json.JSONObject;

public class c$t$1 implements Runnable {
    public final String a;

    public final String f2349b;

    public final String f2350c;

    public c$t$1(String str, String str2, String str3) {
        this.a = str;
        this.f2349b = str2;
        this.f2350c = str3;
    }

    @Override
    public void run() {
        try {
            Context k = m.a().k();
            JSONObject jSONObject = new JSONObject();
            jSONObject.put("appId", m.a().j());
            jSONObject.put("slotId", this.a);
            jSONObject.put("bundle", k.getPackageName());
            jSONObject.put("requestId", this.f2349b);
            jSONObject.put("sdkVersion", "1.6.3.6");
            jSONObject.put("groupVersion", j.f(k));
            jSONObject.put("deviceId", Octopus.getOaid(k));
            jSONObject.put("os", "Android");
            jSONObject.put("osV", Build.VERSION.RELEASE + "_" + Build.VERSION.SDK_INT);
            jSONObject.put("brand", Build.MANUFACTURER);
            jSONObject.put("model", Build.MODEL);
            jSONObject.put("messageType", "广告接口响应参数解析异常");
            jSONObject.put("errorMessage", this.f2350c);
            String a = a.a(f.a(), jSONObject.toString());
            if (a != null) {
                com.octopus.ad.utils.b.e.a(m.a().n() + "/sdk/errorReport?v=2", a.getBytes());
            }
        } catch (Exception e) {
            com.octopus.ad.utils.b.g.a("OctopusAd", "An Exception Caught", e);
        }
    }
}