package g.i0.i;

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

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

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

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

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public n(g.f fVar, String str, Object[] objArr, t tVar) {
        super(str, objArr);
        this.f6343d = fVar;
        this.f6342c = tVar;
    }

    @Override // g.i0.b
    public void a() {
        try {
            g.this.t.a(this.f6342c);
        } catch (IOException unused) {
            g.a(g.this);
        }
    }
}
