package com.google.common.util.concurrent;

/* JADX INFO: loaded from: classes2.dex */
public final class a0 extends h implements Runnable {

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

    public a0(Runnable runnable) {
        runnable.getClass();
        this.f23769h = runnable;
    }

    @Override // com.google.common.util.concurrent.l
    public final String l() {
        return "task=[" + this.f23769h + "]";
    }

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