jimu-decompiled/sources/com/unity3d/player/g.java
2025-05-13 19:24:51 +02:00

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);
}
}
}