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
This commit is contained in:
2026-02-18 15:48:36 -08:00
parent c19eb3d7ff
commit c080f0d97f
26930 changed files with 2529574 additions and 0 deletions

View File

@@ -0,0 +1,171 @@
package com.google.firebase.sessions;
import kotlin.jvm.internal.DefaultConstructorMarker;
/* loaded from: classes3.dex */
public final class InstallationId {
public static final Companion Companion = new Companion(null);
public final String authToken;
public final String fid;
public /* synthetic */ InstallationId(String str, String str2, DefaultConstructorMarker defaultConstructorMarker) {
this(str, str2);
}
public final String getAuthToken() {
return this.authToken;
}
public final String getFid() {
return this.fid;
}
public static final class Companion {
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
public Companion() {
}
/* JADX WARN: Can't wrap try/catch for region: R(15:0|1|(2:3|(12:5|6|7|(1:(1:(6:11|12|13|14|15|16)(2:19|20))(2:21|22))(3:29|30|(1:32))|23|24|25|(1:27)|13|14|15|16))|37|6|7|(0)(0)|23|24|25|(0)|13|14|15|16) */
/* JADX WARN: Code restructure failed: missing block: B:33:0x0046, code lost:
r10 = move-exception;
*/
/* JADX WARN: Code restructure failed: missing block: B:34:0x006f, code lost:
android.util.Log.w("InstallationId", "Error getting authentication token.", r10);
r10 = r9;
r9 = "";
*/
/* JADX WARN: Code restructure failed: missing block: B:35:0x0034, code lost:
r10 = move-exception;
*/
/* JADX WARN: Code restructure failed: missing block: B:36:0x0093, code lost:
android.util.Log.w("InstallationId", "Error getting Firebase installation id .", r10);
r9 = r9;
*/
/* JADX WARN: Multi-variable type inference failed */
/* JADX WARN: Removed duplicated region for block: B:27:0x0089 A[RETURN] */
/* JADX WARN: Removed duplicated region for block: B:29:0x0048 */
/* JADX WARN: Removed duplicated region for block: B:9:0x0028 */
/* JADX WARN: Type inference failed for: r9v13, types: [java.lang.String] */
/* JADX WARN: Type inference failed for: r9v16 */
/* JADX WARN: Type inference failed for: r9v17 */
/* JADX WARN: Type inference failed for: r9v3 */
/* JADX WARN: Type inference failed for: r9v4, types: [java.lang.Object] */
/* JADX WARN: Type inference failed for: r9v5, types: [java.lang.String] */
/* JADX WARN: Type inference failed for: r9v8 */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public final java.lang.Object create(com.google.firebase.installations.FirebaseInstallationsApi r9, kotlin.coroutines.Continuation r10) {
/*
r8 = this;
boolean r0 = r10 instanceof com.google.firebase.sessions.InstallationId$Companion$create$1
if (r0 == 0) goto L13
r0 = r10
com.google.firebase.sessions.InstallationId$Companion$create$1 r0 = (com.google.firebase.sessions.InstallationId$Companion$create$1) r0
int r1 = r0.label
r2 = -2147483648(0xffffffff80000000, float:-0.0)
r3 = r1 & r2
if (r3 == 0) goto L13
int r1 = r1 - r2
r0.label = r1
goto L18
L13:
com.google.firebase.sessions.InstallationId$Companion$create$1 r0 = new com.google.firebase.sessions.InstallationId$Companion$create$1
r0.<init>(r8, r10)
L18:
java.lang.Object r10 = r0.result
java.lang.Object r1 = kotlin.coroutines.intrinsics.IntrinsicsKt.getCOROUTINE_SUSPENDED()
int r2 = r0.label
java.lang.String r3 = ""
java.lang.String r4 = "InstallationId"
r5 = 2
r6 = 1
if (r2 == 0) goto L48
if (r2 == r6) goto L3e
if (r2 != r5) goto L36
java.lang.Object r9 = r0.L$0
java.lang.String r9 = (java.lang.String) r9
kotlin.ResultKt.throwOnFailure(r10) // Catch: java.lang.Exception -> L34
goto L8a
L34:
r10 = move-exception
goto L93
L36:
java.lang.IllegalStateException r9 = new java.lang.IllegalStateException
java.lang.String r10 = "call to 'resume' before 'invoke' with coroutine"
r9.<init>(r10)
throw r9
L3e:
java.lang.Object r9 = r0.L$0
com.google.firebase.installations.FirebaseInstallationsApi r9 = (com.google.firebase.installations.FirebaseInstallationsApi) r9
kotlin.ResultKt.throwOnFailure(r10) // Catch: java.lang.Exception -> L46
goto L60
L46:
r10 = move-exception
goto L6f
L48:
kotlin.ResultKt.throwOnFailure(r10)
r10 = 0
com.google.android.gms.tasks.Task r10 = r9.getToken(r10) // Catch: java.lang.Exception -> L46
java.lang.String r2 = "firebaseInstallations.getToken(false)"
kotlin.jvm.internal.Intrinsics.checkNotNullExpressionValue(r10, r2) // Catch: java.lang.Exception -> L46
r0.L$0 = r9 // Catch: java.lang.Exception -> L46
r0.label = r6 // Catch: java.lang.Exception -> L46
java.lang.Object r10 = kotlinx.coroutines.tasks.TasksKt.await(r10, r0) // Catch: java.lang.Exception -> L46
if (r10 != r1) goto L60
return r1
L60:
com.google.firebase.installations.InstallationTokenResult r10 = (com.google.firebase.installations.InstallationTokenResult) r10 // Catch: java.lang.Exception -> L46
java.lang.String r10 = r10.getToken() // Catch: java.lang.Exception -> L46
java.lang.String r2 = "{\n firebaseInst…).await().token\n }"
kotlin.jvm.internal.Intrinsics.checkNotNullExpressionValue(r10, r2) // Catch: java.lang.Exception -> L46
r7 = r10
r10 = r9
r9 = r7
goto L76
L6f:
java.lang.String r2 = "Error getting authentication token."
android.util.Log.w(r4, r2, r10)
r10 = r9
r9 = r3
L76:
com.google.android.gms.tasks.Task r10 = r10.getId() // Catch: java.lang.Exception -> L34
java.lang.String r2 = "firebaseInstallations.id"
kotlin.jvm.internal.Intrinsics.checkNotNullExpressionValue(r10, r2) // Catch: java.lang.Exception -> L34
r0.L$0 = r9 // Catch: java.lang.Exception -> L34
r0.label = r5 // Catch: java.lang.Exception -> L34
java.lang.Object r10 = kotlinx.coroutines.tasks.TasksKt.await(r10, r0) // Catch: java.lang.Exception -> L34
if (r10 != r1) goto L8a
return r1
L8a:
java.lang.String r0 = "{\n firebaseInst…ions.id.await()\n }"
kotlin.jvm.internal.Intrinsics.checkNotNullExpressionValue(r10, r0) // Catch: java.lang.Exception -> L34
java.lang.String r10 = (java.lang.String) r10 // Catch: java.lang.Exception -> L34
r3 = r10
goto L98
L93:
java.lang.String r0 = "Error getting Firebase installation id ."
android.util.Log.w(r4, r0, r10)
L98:
com.google.firebase.sessions.InstallationId r10 = new com.google.firebase.sessions.InstallationId
r0 = 0
r10.<init>(r3, r9, r0)
return r10
*/
throw new UnsupportedOperationException("Method not decompiled: com.google.firebase.sessions.InstallationId.Companion.create(com.google.firebase.installations.FirebaseInstallationsApi, kotlin.coroutines.Continuation):java.lang.Object");
}
}
public InstallationId(String str, String str2) {
this.fid = str;
this.authToken = str2;
}
}