Files
rr3-apk/decompiled-community/sources/com/google/android/gms/measurement/internal/zzlf.java
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

46 lines
1.6 KiB
Java

package com.google.android.gms.measurement.internal;
import android.os.Bundle;
import android.os.RemoteException;
import com.google.android.gms.common.internal.Preconditions;
/* loaded from: classes3.dex */
final class zzlf implements Runnable {
private final /* synthetic */ String zza;
private final /* synthetic */ String zzb;
private final /* synthetic */ zzn zzc;
private final /* synthetic */ boolean zzd;
private final /* synthetic */ com.google.android.gms.internal.measurement.zzdd zze;
private final /* synthetic */ zzlb zzf;
public zzlf(zzlb zzlbVar, String str, String str2, zzn zznVar, boolean z, com.google.android.gms.internal.measurement.zzdd zzddVar) {
this.zza = str;
this.zzb = str2;
this.zzc = zznVar;
this.zzd = z;
this.zze = zzddVar;
this.zzf = zzlbVar;
}
@Override // java.lang.Runnable
public final void run() {
zzfp zzfpVar;
Bundle bundle = new Bundle();
try {
zzfpVar = this.zzf.zzb;
if (zzfpVar == null) {
this.zzf.zzj().zzg().zza("Failed to get user properties; not connected to service", this.zza, this.zzb);
return;
}
Preconditions.checkNotNull(this.zzc);
Bundle zza = zznt.zza(zzfpVar.zza(this.zza, this.zzb, this.zzd, this.zzc));
this.zzf.zzaq();
this.zzf.zzq().zza(this.zze, zza);
} catch (RemoteException e) {
this.zzf.zzj().zzg().zza("Failed to get user properties; remote exception", this.zza, e);
} finally {
this.zzf.zzq().zza(this.zze, bundle);
}
}
}