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

48 lines
1.6 KiB
Java

package com.google.android.gms.measurement.internal;
import android.os.RemoteException;
import com.google.android.gms.common.internal.Preconditions;
/* loaded from: classes3.dex */
final class zzll implements Runnable {
private final /* synthetic */ zzn zza;
private final /* synthetic */ com.google.android.gms.internal.measurement.zzdd zzb;
private final /* synthetic */ zzlb zzc;
public zzll(zzlb zzlbVar, zzn zznVar, com.google.android.gms.internal.measurement.zzdd zzddVar) {
this.zza = zznVar;
this.zzb = zzddVar;
this.zzc = zzlbVar;
}
@Override // java.lang.Runnable
public final void run() {
zzfp zzfpVar;
try {
if (!this.zzc.zzk().zzn().zzj()) {
this.zzc.zzj().zzv().zza("Analytics storage consent denied; will not get app instance id");
this.zzc.zzm().zzc((String) null);
this.zzc.zzk().zze.zza(null);
return;
}
zzfpVar = this.zzc.zzb;
if (zzfpVar == null) {
this.zzc.zzj().zzg().zza("Failed to get app instance id");
return;
}
Preconditions.checkNotNull(this.zza);
String zzb = zzfpVar.zzb(this.zza);
if (zzb != null) {
this.zzc.zzm().zzc(zzb);
this.zzc.zzk().zze.zza(zzb);
}
this.zzc.zzaq();
this.zzc.zzq().zza(this.zzb, zzb);
} catch (RemoteException e) {
this.zzc.zzj().zzg().zza("Failed to get app instance id", e);
} finally {
this.zzc.zzq().zza(this.zzb, (String) null);
}
}
}