Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
package com.mbridge.msdk.mbnative.controller;
import android.content.Context;
import android.text.TextUtils;
import com.mbridge.msdk.foundation.db.g;
import com.mbridge.msdk.foundation.db.o;
import com.mbridge.msdk.foundation.entity.n;
import com.mbridge.msdk.foundation.tools.af;
import java.util.List;
/* loaded from: classes4.dex */
public class e {
private static final String a = "com.mbridge.msdk.mbnative.controller.e";
public static void a(Context context, String str) {
if (context != null) {
try {
o a2 = o.a(g.a(context));
if (TextUtils.isEmpty(str) || a2 == null || a2.a() <= 0) {
return;
}
List<n> a3 = a2.a("m_download_end");
List<n> a4 = a2.a("2000021");
List<n> a5 = a2.a("m_download_end");
com.mbridge.msdk.foundation.same.report.n.e(a4);
com.mbridge.msdk.foundation.same.report.n.a(a3);
com.mbridge.msdk.foundation.same.report.n.b(a5);
} catch (Exception e) {
af.b(a, e.getMessage());
}
}
}
}