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

55 lines
1.9 KiB
Java

package com.google.android.gms.measurement.internal;
import android.os.RemoteException;
import com.google.android.gms.common.internal.Preconditions;
import java.util.concurrent.atomic.AtomicReference;
/* loaded from: classes3.dex */
final class zzli implements Runnable {
private final /* synthetic */ AtomicReference zza;
private final /* synthetic */ zzn zzb;
private final /* synthetic */ zzlb zzc;
public zzli(zzlb zzlbVar, AtomicReference atomicReference, zzn zznVar) {
this.zza = atomicReference;
this.zzb = zznVar;
this.zzc = zzlbVar;
}
@Override // java.lang.Runnable
public final void run() {
zzfp zzfpVar;
synchronized (this.zza) {
try {
try {
} catch (RemoteException e) {
this.zzc.zzj().zzg().zza("Failed to get app instance id", e);
}
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);
this.zza.set(null);
return;
}
zzfpVar = this.zzc.zzb;
if (zzfpVar == null) {
this.zzc.zzj().zzg().zza("Failed to get app instance id");
return;
}
Preconditions.checkNotNull(this.zzb);
this.zza.set(zzfpVar.zzb(this.zzb));
String str = (String) this.zza.get();
if (str != null) {
this.zzc.zzm().zzc(str);
this.zzc.zzk().zze.zza(str);
}
this.zzc.zzaq();
this.zza.notify();
} finally {
this.zza.notify();
}
}
}
}