- 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
32 lines
862 B
Java
32 lines
862 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import com.mbridge.msdk.foundation.tools.SameMD5;
|
|
import java.security.MessageDigest;
|
|
import java.security.NoSuchAlgorithmException;
|
|
import java.util.concurrent.CountDownLatch;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzatw implements Runnable {
|
|
private zzatw() {
|
|
throw null;
|
|
}
|
|
|
|
public /* synthetic */ zzatw(zzatx zzatxVar) {
|
|
}
|
|
|
|
@Override // java.lang.Runnable
|
|
public final void run() {
|
|
CountDownLatch countDownLatch;
|
|
try {
|
|
zzaty.zzd = MessageDigest.getInstance(SameMD5.TAG);
|
|
countDownLatch = zzaty.zzb;
|
|
} catch (NoSuchAlgorithmException unused) {
|
|
countDownLatch = zzaty.zzb;
|
|
} catch (Throwable th) {
|
|
zzaty.zzb.countDown();
|
|
throw th;
|
|
}
|
|
countDownLatch.countDown();
|
|
}
|
|
}
|