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

57 lines
2.0 KiB
Java

package com.google.android.gms.internal.drive;
/* loaded from: classes3.dex */
final class zzjw {
private static final Class<?> zzok = zzce();
private static Class<?> zzce() {
try {
return Class.forName("com.google.protobuf.ExtensionRegistry");
} catch (ClassNotFoundException unused) {
return null;
}
}
public static zzjx zzcf() {
if (zzok != null) {
try {
return zzn("getEmptyRegistry");
} catch (Exception unused) {
}
}
return zzjx.zzoo;
}
/* JADX WARN: Removed duplicated region for block: B:10:? A[RETURN, SYNTHETIC] */
/* JADX WARN: Removed duplicated region for block: B:5:0x000e */
/* JADX WARN: Removed duplicated region for block: B:7:0x0014 */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static com.google.android.gms.internal.drive.zzjx zzcg() {
/*
java.lang.Class<?> r0 = com.google.android.gms.internal.drive.zzjw.zzok
if (r0 == 0) goto Lb
java.lang.String r0 = "loadGeneratedRegistry"
com.google.android.gms.internal.drive.zzjx r0 = zzn(r0) // Catch: java.lang.Exception -> Lb
goto Lc
Lb:
r0 = 0
Lc:
if (r0 != 0) goto L12
com.google.android.gms.internal.drive.zzjx r0 = com.google.android.gms.internal.drive.zzjx.zzcg()
L12:
if (r0 != 0) goto L18
com.google.android.gms.internal.drive.zzjx r0 = zzcf()
L18:
return r0
*/
throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.drive.zzjw.zzcg():com.google.android.gms.internal.drive.zzjx");
}
private static final zzjx zzn(String str) throws Exception {
return (zzjx) zzok.getDeclaredMethod(str, new Class[0]).invoke(null, new Object[0]);
}
}