package w5; import android.text.TextUtils; import android.util.Log; /* loaded from: classes2.dex */ public abstract class c { public static void a(String str) { if (!r5.b.f13732a.booleanValue() || TextUtils.isEmpty(str)) { return; } Log.i("OMIDLIB", str); } public static void b(String str, Exception exc) { if ((!r5.b.f13732a.booleanValue() || TextUtils.isEmpty(str)) && exc == null) { return; } Log.e("OMIDLIB", str, exc); } }