Files
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

34 lines
1.1 KiB
Java

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