Kufar v3.2.0版本的 MD5 值为:6a4d203db1c561c7e3bcd50d23fed59f

以下内容为反编译后的 t.java 源代码,内容仅作参考


package com.startapp;

import android.content.Context;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import java.lang.Thread;

public class t implements Thread.UncaughtExceptionHandler {

    @Nullable
    public Thread.UncaughtExceptionHandler f55029a;

    public t(@NonNull Context context) {
    }

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

    @Override
    public void uncaughtException(@NonNull Thread thread, @NonNull Throwable th2) {
        try {
            if (vb.a(th2) != 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(th2.getMessage())) {
                    a(thread, th2);
                    return;
                }
                i4.a(th2, j4.f53025h);
            }
        } catch (Throwable unused) {
        }
        a(thread, th2);
    }
}