- 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
110 lines
4.1 KiB
Java
110 lines
4.1 KiB
Java
package com.mbridge.msdk.foundation.same;
|
|
|
|
import android.text.TextUtils;
|
|
import com.iab.omid.library.mmadbridge.ScriptInjector;
|
|
import com.mbridge.msdk.MBridgeConstans;
|
|
import com.mbridge.msdk.foundation.download.core.DownloadRequest;
|
|
import com.mbridge.msdk.foundation.entity.CampaignEx;
|
|
import com.mbridge.msdk.foundation.tools.ad;
|
|
import com.mbridge.msdk.foundation.tools.af;
|
|
import com.mbridge.msdk.foundation.tools.ah;
|
|
import com.mbridge.msdk.foundation.tools.ak;
|
|
import com.mbridge.msdk.interstitial.view.MBInterstitialActivity;
|
|
import java.io.File;
|
|
import java.util.LinkedList;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class d {
|
|
private static final List<String> a = new LinkedList();
|
|
|
|
public static int a(CampaignEx campaignEx, String str) {
|
|
int b;
|
|
if (campaignEx == null) {
|
|
return -1;
|
|
}
|
|
try {
|
|
if (!TextUtils.isEmpty(campaignEx.getMof_template_url())) {
|
|
b = ak.b(campaignEx.getMof_template_url());
|
|
} else {
|
|
b = ak.b(str);
|
|
}
|
|
return b;
|
|
} catch (Exception e) {
|
|
af.b("SameTools", e.getMessage());
|
|
return -1;
|
|
}
|
|
}
|
|
|
|
public static boolean a(String str, String str2) {
|
|
if (TextUtils.isEmpty(str) || TextUtils.isEmpty(str2) || TextUtils.equals(str2, com.mbridge.msdk.foundation.same.net.e.d.f().c) || TextUtils.equals(str2, com.mbridge.msdk.foundation.same.net.e.d.f().F)) {
|
|
return false;
|
|
}
|
|
return (TextUtils.equals(str, "download_video") || TextUtils.equals(str, "download_image") || TextUtils.equals(str, "download_template") || TextUtils.equals(str, "") || TextUtils.equals(str, "download_other") || TextUtils.equals(str, "download_html") || TextUtils.equals(str, "applets_model") || TextUtils.equals(str, MBInterstitialActivity.INTENT_CAMAPIGN) || TextUtils.equals(str, "bid_request") || TextUtils.equals(str, "more_offer") || TextUtils.equals(str, "mraid_js") || TextUtils.equals(str, "om_sdk") || TextUtils.equals(str, "roas") || TextUtils.equals(str, "web_env_check_js") || TextUtils.equals(str, "setting")) && ah.a().a("request_track", true);
|
|
}
|
|
|
|
public static String a(DownloadRequest<?> downloadRequest) {
|
|
if (downloadRequest == null) {
|
|
return "un_known";
|
|
}
|
|
String str = downloadRequest.get("download_scene", "");
|
|
return TextUtils.isEmpty(str) ? "un_known" : str;
|
|
}
|
|
|
|
public static String a(String str) {
|
|
if (TextUtils.isEmpty(str)) {
|
|
return "";
|
|
}
|
|
try {
|
|
String[] split = str.split(";");
|
|
if (split.length > 0) {
|
|
return split[0].trim();
|
|
}
|
|
return str.trim();
|
|
} catch (Exception unused) {
|
|
return "";
|
|
}
|
|
}
|
|
|
|
public static void a(String str, File file) {
|
|
List<String> list;
|
|
if (file == null || !file.exists()) {
|
|
return;
|
|
}
|
|
try {
|
|
try {
|
|
list = a;
|
|
} catch (Throwable th) {
|
|
try {
|
|
af.b("SameTools", th.getMessage());
|
|
a.add(str);
|
|
System.gc();
|
|
} catch (Throwable th2) {
|
|
try {
|
|
a.add(str);
|
|
System.gc();
|
|
Runtime.getRuntime().gc();
|
|
} catch (Throwable unused) {
|
|
}
|
|
throw th2;
|
|
}
|
|
}
|
|
if (list.contains(str)) {
|
|
try {
|
|
list.add(str);
|
|
System.gc();
|
|
Runtime.getRuntime().gc();
|
|
return;
|
|
} catch (Throwable unused2) {
|
|
return;
|
|
}
|
|
}
|
|
ad.a(com.mbridge.msdk.a.b.c(ScriptInjector.injectScriptContentIntoHtml(MBridgeConstans.OMID_JS_SERVICE_CONTENT, ad.b(file))).getBytes(), file);
|
|
list.add(str);
|
|
System.gc();
|
|
Runtime.getRuntime().gc();
|
|
} catch (Throwable unused3) {
|
|
}
|
|
}
|
|
}
|