package g.i0.i;

import java.io.IOException;
import java.util.List;
import java.util.Objects;

/* JADX INFO: loaded from: classes.dex */
public class h extends g.i0.b {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final /* synthetic */ int f6324c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ List f6325d;

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ g f6326e;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public h(g gVar, String str, Object[] objArr, int i2, List list) {
        super(str, objArr);
        this.f6326e = gVar;
        this.f6324c = i2;
        this.f6325d = list;
    }

    @Override // g.i0.b
    public void a() {
        Objects.requireNonNull(this.f6326e.l);
        try {
            this.f6326e.t.K(this.f6324c, b.CANCEL);
            synchronized (this.f6326e) {
                this.f6326e.v.remove(Integer.valueOf(this.f6324c));
            }
        } catch (IOException unused) {
        }
    }
}
