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,49 @@
package com.google.android.gms.measurement.internal;
import android.os.RemoteException;
import android.text.TextUtils;
import com.google.android.gms.common.internal.Preconditions;
/* loaded from: classes3.dex */
final class zzls implements Runnable {
private final /* synthetic */ boolean zza = true;
private final /* synthetic */ zzn zzb;
private final /* synthetic */ boolean zzc;
private final /* synthetic */ zzac zzd;
private final /* synthetic */ zzac zze;
private final /* synthetic */ zzlb zzf;
public zzls(zzlb zzlbVar, boolean z, zzn zznVar, boolean z2, zzac zzacVar, zzac zzacVar2) {
this.zzb = zznVar;
this.zzc = z2;
this.zzd = zzacVar;
this.zze = zzacVar2;
this.zzf = zzlbVar;
}
@Override // java.lang.Runnable
public final void run() {
zzfp zzfpVar;
zzfpVar = this.zzf.zzb;
if (zzfpVar == null) {
this.zzf.zzj().zzg().zza("Discarding data. Failed to send conditional user property to service");
return;
}
if (this.zza) {
Preconditions.checkNotNull(this.zzb);
this.zzf.zza(zzfpVar, this.zzc ? null : this.zzd, this.zzb);
} else {
try {
if (TextUtils.isEmpty(this.zze.zza)) {
Preconditions.checkNotNull(this.zzb);
zzfpVar.zza(this.zzd, this.zzb);
} else {
zzfpVar.zza(this.zzd);
}
} catch (RemoteException e) {
this.zzf.zzj().zzg().zza("Failed to send conditional user property to the service", e);
}
}
this.zzf.zzaq();
}
}