package com.ironsource;

import java.lang.Thread;
/* loaded from: classes4.dex */
public class j9 implements Thread.UncaughtExceptionHandler {

    /* renamed from: a  reason: collision with root package name */
    private Thread.UncaughtExceptionHandler f2464a;

    /* JADX INFO: Access modifiers changed from: package-private */
    public j9(Thread.UncaughtExceptionHandler uncaughtExceptionHandler) {
        this.f2464a = uncaughtExceptionHandler;
    }

    @Override // java.lang.Thread.UncaughtExceptionHandler
    public void uncaughtException(Thread thread, Throwable th) {
        k9 k9Var = new k9(th);
        if (k9Var.d()) {
            new ac(k9Var.b(), "" + System.currentTimeMillis(), "Crash").a();
        }
        this.f2464a.uncaughtException(thread, th);
    }
}
