- 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
30 lines
811 B
Java
30 lines
811 B
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import java.util.concurrent.atomic.AtomicReference;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzjs implements Runnable {
|
|
private final /* synthetic */ AtomicReference zza;
|
|
private final /* synthetic */ zziz zzb;
|
|
|
|
public zzjs(zziz zzizVar, AtomicReference atomicReference) {
|
|
this.zza = atomicReference;
|
|
this.zzb = zzizVar;
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
synchronized (this.zza) {
|
|
try {
|
|
try {
|
|
this.zza.set(this.zzb.zze().zzg(this.zzb.zzg().zzad()));
|
|
} finally {
|
|
this.zza.notify();
|
|
}
|
|
} catch (Throwable th) {
|
|
throw th;
|
|
}
|
|
}
|
|
}
|
|
}
|