package l4;

import P6.g;
import X6.e;
import android.util.Log;
import java.util.concurrent.ExecutorService;

/* JADX INFO: renamed from: l4.c, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1131c {

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

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

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public final ExecutorC1130b f14385c;

    public C1131c(ExecutorService executorService, ExecutorService executorService2) {
        g.e(executorService, "backgroundExecutorService");
        g.e(executorService2, "blockingExecutorService");
        this.f14383a = new ExecutorC1130b(executorService);
        this.f14384b = new ExecutorC1130b(executorService);
        W2.g.p(null);
        this.f14385c = new ExecutorC1130b(executorService2);
    }

    public static final void a() {
        String name = Thread.currentThread().getName();
        g.d(name, "threadName");
        if (e.O(name, "Firebase Background Thread #")) {
            return;
        }
        String str = "Must be called on a background thread, was called on " + Thread.currentThread().getName() + '.';
        if (Log.isLoggable("FirebaseCrashlytics", 3)) {
            Log.d("FirebaseCrashlytics", str, null);
        }
    }

    public static final void b() {
        String name = Thread.currentThread().getName();
        g.d(name, "threadName");
        if (e.O(name, "Firebase Blocking Thread #")) {
            return;
        }
        String str = "Must be called on a blocking thread, was called on " + Thread.currentThread().getName() + '.';
        if (Log.isLoggable("FirebaseCrashlytics", 3)) {
            Log.d("FirebaseCrashlytics", str, null);
        }
    }
}
