Add decompiled APK source code (JADX)

- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,59 @@
package com.fyber.inneractive.sdk.config;
/* loaded from: classes2.dex */
public final class a0 {
/* JADX WARN: Removed duplicated region for block: B:9:0x0044 A[EXC_TOP_SPLITTER, SYNTHETIC] */
/*
Code decompiled incorrectly, please refer to instructions dump.
To view partially-correct add '--show-bad-code' argument
*/
public static void a(android.content.Context r5, com.fyber.inneractive.sdk.config.z r6) {
/*
r0 = 0
r1 = 0
com.google.android.gms.ads.identifier.AdvertisingIdClient$Info r5 = com.google.android.gms.ads.identifier.AdvertisingIdClient.getAdvertisingIdInfo(r5) // Catch: java.lang.Exception -> L28
java.lang.String r0 = r5.getId() // Catch: java.lang.Exception -> L28
java.lang.String r2 = "advertising id: %s"
java.lang.Object[] r3 = new java.lang.Object[]{r0} // Catch: java.lang.Exception -> L28
com.fyber.inneractive.sdk.util.IAlog.e(r2, r3) // Catch: java.lang.Exception -> L28
boolean r5 = r5.isLimitAdTrackingEnabled() // Catch: java.lang.Exception -> L28
java.lang.String r2 = "limit ad tracking: %s"
r3 = 1
java.lang.Object[] r3 = new java.lang.Object[r3] // Catch: java.lang.Exception -> L26
java.lang.Boolean r4 = java.lang.Boolean.valueOf(r5) // Catch: java.lang.Exception -> L26
r3[r1] = r4 // Catch: java.lang.Exception -> L26
com.fyber.inneractive.sdk.util.IAlog.e(r2, r3) // Catch: java.lang.Exception -> L26
goto L41
L26:
r2 = move-exception
goto L2a
L28:
r2 = move-exception
r5 = r1
L2a:
java.lang.Object[] r3 = new java.lang.Object[r1]
java.lang.String r4 = "Handled Exception:"
com.fyber.inneractive.sdk.util.IAlog.e(r4, r3)
java.lang.String r2 = com.fyber.inneractive.sdk.util.t.a(r2)
java.lang.Object[] r3 = new java.lang.Object[r1]
com.fyber.inneractive.sdk.util.IAlog.e(r2, r3)
java.lang.Object[] r2 = new java.lang.Object[r1]
java.lang.String r3 = "Advertising ID is not available. Please add Google Play Services library (v 4.0+) to improve your ad targeting. (relevant for devices running Android API 2.3 and above)"
com.fyber.inneractive.sdk.util.IAlog.c(r3, r2)
L41:
com.fyber.inneractive.sdk.config.o r6 = (com.fyber.inneractive.sdk.config.o) r6
monitor-enter(r6)
com.fyber.inneractive.sdk.config.o$b r2 = r6.b // Catch: java.lang.Throwable -> L4e
r2.a = r0 // Catch: java.lang.Throwable -> L4e
r2.b = r5 // Catch: java.lang.Throwable -> L4e
r2.c = r1 // Catch: java.lang.Throwable -> L4e
monitor-exit(r6)
return
L4e:
r5 = move-exception
monitor-exit(r6)
throw r5
*/
throw new UnsupportedOperationException("Method not decompiled: com.fyber.inneractive.sdk.config.a0.a(android.content.Context, com.fyber.inneractive.sdk.config.z):void");
}
}