package J3;

/* JADX INFO: loaded from: classes3.dex */
public final class A extends i implements Runnable {

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

    public A(Runnable runnable) {
        runnable.getClass();
        this.f3496k = runnable;
    }

    @Override // J3.p
    public final String i() {
        return "task=[" + this.f3496k + "]";
    }

    @Override // java.lang.Runnable
    public final void run() {
        try {
            this.f3496k.run();
        } catch (Throwable th) {
            k(th);
            throw th;
        }
    }
}
