package k4;

import java.util.concurrent.atomic.AtomicReference;
import java.util.logging.Level;

/* JADX INFO: renamed from: k4.s, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC2405s {

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public static final AbstractC2406t f19952a;

    static {
        AbstractC2406t x0Var;
        AtomicReference atomicReference = new AtomicReference();
        try {
            x0Var = (AbstractC2406t) Class.forName("io.grpc.override.ContextStorageOverride").asSubclass(AbstractC2406t.class).getConstructor(new Class[0]).newInstance(new Object[0]);
        } catch (ClassNotFoundException e6) {
            atomicReference.set(e6);
            x0Var = new x0();
        } catch (Exception e7) {
            throw new RuntimeException("Storage override failed to initialize", e7);
        }
        f19952a = x0Var;
        Throwable th = (Throwable) atomicReference.get();
        if (th != null) {
            C2407u.f19957a.log(Level.FINE, "Storage override doesn't exist. Using default", th);
        }
    }
}
