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,44 @@
package com.fyber.inneractive.sdk.flow;
import com.fyber.inneractive.sdk.external.InneractiveAdRequest;
import com.fyber.inneractive.sdk.network.s;
import com.fyber.inneractive.sdk.util.IAlog;
import org.json.JSONObject;
/* loaded from: classes2.dex */
public final class v implements Runnable {
public final /* synthetic */ String a;
public final /* synthetic */ InneractiveAdRequest b;
public final /* synthetic */ com.fyber.inneractive.sdk.response.e c;
public final /* synthetic */ t d;
public v(t tVar, String str, InneractiveAdRequest inneractiveAdRequest, com.fyber.inneractive.sdk.response.e eVar) {
this.d = tVar;
this.a = str;
this.b = inneractiveAdRequest;
this.c = eVar;
}
@Override // java.lang.Runnable
public final void run() {
com.fyber.inneractive.sdk.config.global.s sVar;
IAlog.a("Firing Event 803 - Stack trace - %s", this.a);
com.fyber.inneractive.sdk.network.q qVar = com.fyber.inneractive.sdk.network.q.IA_AD_DESTROYED_WITHOUT_SHOW;
InneractiveAdRequest inneractiveAdRequest = this.b;
com.fyber.inneractive.sdk.response.e eVar = this.c;
t tVar = this.d;
j jVar = tVar.h;
l lVar = tVar.l;
com.fyber.inneractive.sdk.config.global.s sVar2 = lVar != null ? lVar.c : null;
s.a aVar = new s.a(qVar, inneractiveAdRequest, eVar, (jVar == null || (sVar = jVar.c) == null) ? sVar2 != null ? sVar2.c() : null : sVar.c());
JSONObject jSONObject = new JSONObject();
String str = this.a;
try {
jSONObject.put("stack_trace", str);
} catch (Exception unused) {
IAlog.f("Got exception adding param to json object: %s, %s", "stack_trace", str);
}
aVar.f.put(jSONObject);
aVar.a((String) null);
}
}