21 lines
380 B
Java
21 lines
380 B
Java
package com.unity3d.player;
|
|
|
|
import android.util.Log;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class g {
|
|
protected static boolean a = false;
|
|
|
|
protected static void Log(int i, String str) {
|
|
if (a) {
|
|
return;
|
|
}
|
|
if (i == 6) {
|
|
Log.e("Unity", str);
|
|
}
|
|
if (i == 5) {
|
|
Log.w("Unity", str);
|
|
}
|
|
}
|
|
}
|