package k4;

import D1.F;
import android.util.Log;
import java.io.IOException;
import q4.C1463c;

/* JADX INFO: loaded from: classes.dex */
public final class i {

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final h f13862d = new h(0);

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public static final F f13863e = new F(13);

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

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public String f13865b = null;

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public String f13866c = null;

    public i(C1463c c1463c) {
        this.f13864a = c1463c;
    }

    public static void a(C1463c c1463c, String str, String str2) {
        if (str == null || str2 == null) {
            return;
        }
        try {
            c1463c.f(str, "aqs.".concat(str2)).createNewFile();
        } catch (IOException e8) {
            Log.w("FirebaseCrashlytics", "Failed to persist App Quality Sessions session id.", e8);
        }
    }
}
