package com.chartboost.sdk.impl;

import android.text.TextUtils;
import android.util.Log;
/* loaded from: classes2.dex */
public abstract class dd {
    public static void a(String str) {
        if (!kc.f1744a.booleanValue() || TextUtils.isEmpty(str)) {
            return;
        }
        Log.i("OMIDLIB", str);
    }

    public static void a(String str, Exception exc) {
        if ((!kc.f1744a.booleanValue() || TextUtils.isEmpty(str)) && exc == null) {
            return;
        }
        Log.e("OMIDLIB", str, exc);
    }
}
