package c0;

import com.google.android.gms.internal.measurement.C1;
import java.util.concurrent.ThreadPoolExecutor;

/* JADX INFO: renamed from: c0.k, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C0574k extends C1 {

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

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final /* synthetic */ ThreadPoolExecutor f9300h;

    public C0574k(C1 c12, ThreadPoolExecutor threadPoolExecutor) {
        this.f9299g = c12;
        this.f9300h = threadPoolExecutor;
    }

    @Override // com.google.android.gms.internal.measurement.C1
    public final void F(Throwable th) {
        ThreadPoolExecutor threadPoolExecutor = this.f9300h;
        try {
            this.f9299g.F(th);
        } finally {
            threadPoolExecutor.shutdown();
        }
    }

    @Override // com.google.android.gms.internal.measurement.C1
    public final void G(C2.a aVar) {
        ThreadPoolExecutor threadPoolExecutor = this.f9300h;
        try {
            this.f9299g.G(aVar);
        } finally {
            threadPoolExecutor.shutdown();
        }
    }
}
