Add Discord community version (64-bit only)

- 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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,81 @@
package com.mbridge.msdk.c;
import com.ironsource.mediationsdk.utils.IronSourceConstants;
import org.json.JSONObject;
/* loaded from: classes4.dex */
public final class a {
private String e;
private String f;
private int g;
private int a = 1;
private int b = 0;
private int c = 0;
private int d = 0;
private int h = 0;
public final int a() {
return this.a;
}
public final int b() {
return this.b;
}
public final int c() {
return this.c;
}
public final int d() {
return this.d;
}
public final String e() {
return this.e;
}
public final String f() {
return this.f;
}
public final int g() {
return this.g;
}
public final int h() {
return this.h;
}
public static a a(String str) {
Exception e;
a aVar;
JSONObject jSONObject;
try {
jSONObject = new JSONObject(str);
aVar = new a();
} catch (Exception e2) {
e = e2;
aVar = null;
}
try {
aVar.e = jSONObject.optString("http_domain", com.mbridge.msdk.foundation.same.net.e.d.f().g);
aVar.f = jSONObject.optString("tcp_domain", com.mbridge.msdk.foundation.same.net.e.d.f().k);
aVar.g = jSONObject.optInt("tcp_port", com.mbridge.msdk.foundation.same.net.e.d.f().o);
aVar.h = jSONObject.optInt("type", 0);
int i = 1;
int optInt = jSONObject.optInt("batch_size", 1);
if (optInt >= 1) {
i = optInt;
}
aVar.a = i;
aVar.c = jSONObject.optInt(IronSourceConstants.EVENTS_DURATION, 0);
aVar.b = jSONObject.optInt("disable", 0);
aVar.d = jSONObject.optInt("e_t_l", 0);
} catch (Exception e3) {
e = e3;
e.printStackTrace();
return aVar;
}
return aVar;
}
}