Initial commit
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
package com.google.android.gms.internal.measurement;
|
||||
|
||||
/* loaded from: classes.dex */
|
||||
final class zzua {
|
||||
private static final Class<?> a = a();
|
||||
|
||||
private static Class<?> a() {
|
||||
try {
|
||||
return Class.forName("com.google.protobuf.ExtensionRegistry");
|
||||
} catch (ClassNotFoundException unused) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
public static zzub b() {
|
||||
if (a != null) {
|
||||
try {
|
||||
return a("getEmptyRegistry");
|
||||
} catch (Exception unused) {
|
||||
}
|
||||
}
|
||||
return zzub.c;
|
||||
}
|
||||
|
||||
/* 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 code enable 'Show inconsistent code' option in preferences
|
||||
*/
|
||||
static com.google.android.gms.internal.measurement.zzub c() {
|
||||
/*
|
||||
java.lang.Class<?> r0 = com.google.android.gms.internal.measurement.zzua.a
|
||||
if (r0 == 0) goto Lb
|
||||
java.lang.String r0 = "loadGeneratedRegistry"
|
||||
com.google.android.gms.internal.measurement.zzub r0 = a(r0) // Catch: java.lang.Exception -> Lb
|
||||
goto Lc
|
||||
Lb:
|
||||
r0 = 0
|
||||
Lc:
|
||||
if (r0 != 0) goto L12
|
||||
com.google.android.gms.internal.measurement.zzub r0 = com.google.android.gms.internal.measurement.zzub.a()
|
||||
L12:
|
||||
if (r0 != 0) goto L18
|
||||
com.google.android.gms.internal.measurement.zzub r0 = b()
|
||||
L18:
|
||||
return r0
|
||||
*/
|
||||
throw new UnsupportedOperationException("Method not decompiled: com.google.android.gms.internal.measurement.zzua.c():com.google.android.gms.internal.measurement.zzub");
|
||||
}
|
||||
|
||||
private static final zzub a(String str) throws Exception {
|
||||
return (zzub) a.getDeclaredMethod(str, new Class[0]).invoke(null, new Object[0]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user