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,84 @@
package com.ironsource;
import android.util.Pair;
import java.security.InvalidParameterException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Locale;
import java.util.Map;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
/* loaded from: classes2.dex */
public class vb {
private static final String e = "EventsTracker";
private td a;
private pb b;
private ke c;
private ExecutorService d;
public class a implements Runnable {
final /* synthetic */ String a;
public a(String str) {
this.a = str;
}
@Override // java.lang.Runnable
public void run() {
try {
vo voVar = new vo();
ArrayList<Pair<String, String>> d = vb.this.b.d();
if ("POST".equals(vb.this.b.e())) {
voVar = ff.b(vb.this.b.b(), this.a, d);
} else if ("GET".equals(vb.this.b.e())) {
voVar = ff.a(vb.this.b.b(), this.a, d);
}
vb.this.a("response status code: " + voVar.a);
} catch (Exception e) {
i9.d().a(e);
}
}
}
public vb(pb pbVar, td tdVar) {
if (pbVar == null) {
throw new InvalidParameterException("Null configuration not supported ");
}
if (pbVar.c() == null) {
throw new InvalidParameterException("Null formatter not supported ");
}
this.b = pbVar;
this.a = tdVar;
this.c = pbVar.c();
this.d = Executors.newSingleThreadExecutor();
}
/* JADX INFO: Access modifiers changed from: private */
public void a(String str) {
this.b.f();
}
private void a(Map<String, Object> map, Map<String, Object> map2) {
try {
map.putAll(map2);
} catch (Exception e2) {
i9.d().a(e2);
}
}
private void b(String str) {
this.d.submit(new a(str));
}
public void a(String str, Map<String, Object> map) {
a(String.format(Locale.ENGLISH, "%s %s", str, map.toString()));
if (this.b.a() && !str.isEmpty()) {
HashMap hashMap = new HashMap();
hashMap.put("eventname", str);
a(hashMap, this.a.a());
a(hashMap, map);
b(this.c.a(hashMap));
}
}
}