package m4;

/* JADX INFO: loaded from: classes3.dex */
public final class F0 extends k4.Q {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final /* synthetic */ int f20595a = 0;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final k4.O f20596b;

    public F0(Throwable th) {
        k4.r0 r0VarF = k4.r0.f19945m.g("Panic! This is a bug!").f(th);
        k4.O o6 = k4.O.f19818e;
        A4.g.l(!r0VarF.e(), "drop status shouldn't be OK");
        this.f20596b = new k4.O(null, null, r0VarF, true);
    }

    @Override // k4.Q
    public final k4.O a(C2546t1 c2546t1) {
        switch (this.f20595a) {
        }
        return this.f20596b;
    }

    public final String toString() {
        switch (this.f20595a) {
            case 0:
                E3.j jVar = new E3.j(F0.class.getSimpleName());
                jVar.a(this.f20596b, "panicPickResult");
                return jVar.toString();
            default:
                return "FixedResultPicker(" + this.f20596b + ")";
        }
    }

    public F0(k4.O o6) {
        A4.g.o(o6, "result");
        this.f20596b = o6;
    }
}
