package L1;

import java.lang.Thread;
import java.util.Objects;

/* JADX INFO: renamed from: L1.q0, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0129q0 implements Thread.UncaughtExceptionHandler {

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final String f1962k;

    /* JADX INFO: renamed from: l, reason: collision with root package name */
    public final /* synthetic */ C0137t0 f1963l;

    public C0129q0(C0137t0 c0137t0, String str) {
        Objects.requireNonNull(c0137t0);
        this.f1963l = c0137t0;
        this.f1962k = str;
    }

    @Override // java.lang.Thread.UncaughtExceptionHandler
    public final synchronized void uncaughtException(Thread thread, Throwable th) {
        X x5 = ((C0146w0) this.f1963l.f29k).p;
        C0146w0.l(x5);
        x5.p.c(this.f1962k, th);
    }
}
