导航菜单

页面标题

页面副标题

Cantique de Louanges v12 - l0.java 源代码

正在查看: Cantique de Louanges v12 应用的 l0.java JAVA 源代码文件

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


package com.startapp.sdk.internal;

import java.lang.Thread;

public final class l0 implements Thread.UncaughtExceptionHandler {
    public Thread.UncaughtExceptionHandler a;

    public final void a(Thread thread, Throwable th) {
        try {
            Thread.UncaughtExceptionHandler uncaughtExceptionHandler = this.a;
            if (uncaughtExceptionHandler != null) {
                uncaughtExceptionHandler.uncaughtException(thread, th);
            }
        } catch (Throwable th2) {
            th2.printStackTrace();
        }
    }

    @Override
    public final void uncaughtException(Thread thread, Throwable th) {
        try {
            if (gj.a(th) != null) {
                if ("\n+-------------------------------------------------------------+\n|                S   T   A   R   T   A   P   P                |\n| - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - |\n| Invalid App ID passed to init, please provide valid App ID  |\n|                                                             |\n|   https://support.start.io/hc/en-us/articles/360014774799   |\n+-------------------------------------------------------------+\n".equals(th.getMessage())) {
                    a(thread, th);
                    return;
                }
                o9.a(th, p9.g);
            }
        } catch (Throwable unused) {
        }
        a(thread, th);
    }
}