Files
rr3-apk/decompiled/sources/com/google/android/gms/measurement/internal/zzll.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -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);
}
}
}