package com.google.firebase.crashlytics.internal.concurrency;

import kotlin.jvm.internal.p;

/* JADX INFO: loaded from: classes3.dex */
public final class CrashlyticsWorkers$Companion$checkBackgroundThread$2 extends p implements J4.a {
    public static final CrashlyticsWorkers$Companion$checkBackgroundThread$2 INSTANCE = new CrashlyticsWorkers$Companion$checkBackgroundThread$2();

    public CrashlyticsWorkers$Companion$checkBackgroundThread$2() {
        super(0);
    }

    @Override // J4.a
    public final String invoke() {
        return "Must be called on a background thread, was called on " + CrashlyticsWorkers.Companion.getThreadName() + '.';
    }
}
