Files
Daniel Elliott c080f0d97f 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
2026-02-18 15:48:36 -08:00

43 lines
1.8 KiB
Java

package com.ironsource;
import java.util.LinkedHashMap;
import java.util.Map;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.SourceDebugExtension;
import org.json.JSONArray;
import org.json.JSONObject;
@SourceDebugExtension({"SMAP\nNetworkInstanceHistoryService.kt\nKotlin\n*S Kotlin\n*F\n+ 1 NetworkInstanceHistoryService.kt\ncom/ironsource/services/sessionhistory/services/NetworkInstanceHistoryService\n+ 2 Maps.kt\nkotlin/collections/MapsKt__MapsKt\n+ 3 _Maps.kt\nkotlin/collections/MapsKt___MapsKt\n*L\n1#1,37:1\n361#2,7:38\n215#3,2:45\n*S KotlinDebug\n*F\n+ 1 NetworkInstanceHistoryService.kt\ncom/ironsource/services/sessionhistory/services/NetworkInstanceHistoryService\n*L\n18#1:38,7\n27#1:45,2\n*E\n"})
/* loaded from: classes2.dex */
public final class mm implements wr<JSONObject>, ur<km> {
private final Map<String, a3> a = new LinkedHashMap();
@Override // com.ironsource.ur
public void a(km record) {
Intrinsics.checkNotNullParameter(record, "record");
String c = record.c();
Map<String, a3> map = this.a;
a3 a3Var = map.get(c);
if (a3Var == null) {
a3Var = new a3();
map.put(c, a3Var);
}
a3Var.a(record.a(new lm()));
}
@Override // com.ironsource.od
/* renamed from: b, reason: merged with bridge method [inline-methods] */
public JSONObject a(vr mode) {
Intrinsics.checkNotNullParameter(mode, "mode");
JSONObject jSONObject = new JSONObject();
for (Map.Entry<String, a3> entry : this.a.entrySet()) {
String key = entry.getKey();
JSONArray a = entry.getValue().a(mode);
if (a.length() > 0) {
jSONObject.put(key, a);
}
}
return jSONObject;
}
}