- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
16 lines
341 B
Java
16 lines
341 B
Java
package com.mbridge.msdk.dycreator.e;
|
|
|
|
import android.util.Log;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class g {
|
|
public static boolean a = false;
|
|
|
|
public static void a(String str) {
|
|
if (a) {
|
|
new SecurityManager();
|
|
Log.e(new Throwable().getStackTrace()[1].getFileName(), str);
|
|
}
|
|
}
|
|
}
|