package g.i0.i;

import g.i0.i.g;
import java.io.IOException;

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

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

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public final /* synthetic */ g.f f6326d;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public l(g.f fVar, String str, Object[] objArr, p pVar) {
        super(str, objArr);
        this.f6326d = fVar;
        this.f6325c = pVar;
    }

    @Override // g.i0.b
    public void a() {
        try {
            g.this.f6284d.b(this.f6325c);
        } catch (IOException e2) {
            g.i0.j.f fVar = g.i0.j.f.f6405a;
            StringBuilder sbC = a.b.c.a.a.C("Http2Connection.Listener failure for ");
            sbC.append(g.this.f6286f);
            fVar.l(4, sbC.toString(), e2);
            try {
                this.f6325c.c(b.PROTOCOL_ERROR);
            } catch (IOException unused) {
            }
        }
    }
}
