package m4;

import java.util.concurrent.atomic.AtomicLong;
import java.util.logging.Logger;

/* JADX INFO: renamed from: m4.d, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C2497d {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final Logger f20976c = Logger.getLogger(C2497d.class.getName());

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final String f20977a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final AtomicLong f20978b;

    public C2497d(long j4) {
        AtomicLong atomicLong = new AtomicLong();
        this.f20978b = atomicLong;
        A4.g.l(j4 > 0, "value must be positive");
        this.f20977a = "keepalive time nanos";
        atomicLong.set(j4);
    }
}
