导航菜单

页面标题

页面副标题

CallApp v2.226 - j.java 源代码

正在查看: CallApp v2.226 应用的 j.java JAVA 源代码文件

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


package com.apm.insight.runtime;

import com.apm.insight.MonitorCrash;

public final class j {

    private static MonitorCrash f8246a = null;

    private static int f8247b = -1;

    private static int f8248c;

    public static MonitorCrash a() {
        if (f8246a == null) {
            MonitorCrash initSDK = MonitorCrash.initSDK(com.apm.insight.e.g(), "239017", 200000390L, "2.0.0.3", "com.apm.insight");
            f8246a = initSDK;
            initSDK.config().setChannel("release");
        }
        return f8246a;
    }

    public static void a(Throwable th, String str) {
        if (com.apm.insight.e.g() == null) {
            return;
        }
        if (f8247b == -1) {
            f8247b = 5;
        }
        int i8 = f8248c;
        if (i8 < f8247b) {
            f8248c = i8 + 1;
            a().reportCustomErr(str, "INNER", th);
        }
    }
}