Initial commit
This commit is contained in:
57
sources/com/baidu/cloud/media/player/b/a.java
Normal file
57
sources/com/baidu/cloud/media/player/b/a.java
Normal file
@@ -0,0 +1,57 @@
|
||||
package com.baidu.cloud.media.player.b;
|
||||
|
||||
import android.util.Log;
|
||||
import java.util.Locale;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
public class a {
|
||||
public static boolean a = true;
|
||||
public static boolean b = false;
|
||||
public static boolean c = true;
|
||||
public static boolean d = false;
|
||||
public static boolean e = false;
|
||||
|
||||
public static void a(String str, String str2) {
|
||||
if (a) {
|
||||
Log.e(str, str2);
|
||||
}
|
||||
}
|
||||
|
||||
public static void a(String str, String str2, Object... objArr) {
|
||||
if (b) {
|
||||
Log.i(str, String.format(Locale.US, str2, objArr));
|
||||
}
|
||||
}
|
||||
|
||||
public static void a(boolean z) {
|
||||
a = true;
|
||||
c = true;
|
||||
if (z) {
|
||||
b = true;
|
||||
d = true;
|
||||
e = true;
|
||||
} else {
|
||||
b = false;
|
||||
d = false;
|
||||
e = false;
|
||||
}
|
||||
}
|
||||
|
||||
public static void b(String str, String str2) {
|
||||
if (b) {
|
||||
Log.i(str, str2);
|
||||
}
|
||||
}
|
||||
|
||||
public static void c(String str, String str2) {
|
||||
if (c) {
|
||||
Log.w(str, str2);
|
||||
}
|
||||
}
|
||||
|
||||
public static void d(String str, String str2) {
|
||||
if (d) {
|
||||
Log.d(str, str2);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user