- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
34 lines
1.1 KiB
Java
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());
|
|
}
|
|
}
|
|
}
|
|
}
|