package defpackage;

import java.io.File;

/* JADX INFO: renamed from: ᵹʖˌ, reason: contains not printable characters */
/* JADX INFO: loaded from: classes3.dex */
public abstract class AbstractC5031 {

    /* JADX INFO: renamed from: ᵲᵶᵳˈ, reason: contains not printable characters */
    public static final /* synthetic */ int f19060 = 0;

    static {
        synchronized (ᵱᵻᵧᵷ.ᵶˇᵱ) {
            String property = System.getProperty("androidx.sqlite.driver.bundled.path");
            String property2 = System.getProperty("androidx.sqlite.driver.bundled.name");
            if (property == null || property2 == null) {
                System.loadLibrary("sqliteJni");
                return;
            }
            File file = new File(property, property2);
            if (file.exists()) {
                System.load(file.getAbsolutePath());
                return;
            }
            throw new IllegalStateException(("Cannot find a suitable SQLite binary at the configured path(androidx.sqlite.driver.bundled.path = " + property + "). File " + file + " does not exist.").toString());
        }
    }
}
