Files
rr3-apk/decompiled-community/sources/com/ironsource/ut.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

215 lines
6.5 KiB
Java

package com.ironsource;
import com.ironsource.mediationsdk.utils.IronSourceConstants;
import com.unity3d.mediation.LevelPlayAdError;
import java.util.HashMap;
import java.util.Map;
/* loaded from: classes2.dex */
public class ut {
private final x1 a;
public ut(x1 x1Var) {
this.a = x1Var;
}
private String a(long j, long j2, long j3) {
return "interval: " + j + ", remainingTime: " + j2 + ", timePassed: " + j3;
}
public void a() {
this.a.a(u1.TROUBLESHOOT_LOAD, null);
}
public void a(int i, String str) {
HashMap hashMap = new HashMap();
hashMap.put("errorCode", Integer.valueOf(i));
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_AUCTION_SUCCESSFUL_RECOVERY_ERROR, hashMap);
}
public void a(int i, String str, String str2) {
HashMap hashMap = new HashMap();
hashMap.put("errorCode", Integer.valueOf(i));
hashMap.put("reason", str);
hashMap.put(IronSourceConstants.EVENTS_EXT1, str2);
this.a.a(u1.TROUBLESHOOT_NOTIFICATION_ERROR, hashMap);
}
public void a(LevelPlayAdError levelPlayAdError) {
HashMap hashMap = new HashMap();
hashMap.put("errorCode", Integer.valueOf(levelPlayAdError.getErrorCode()));
hashMap.put("reason", levelPlayAdError.getErrorMessage());
this.a.a(u1.TROUBLESHOOT_SHOW_FAILED, hashMap);
}
public void a(Long l, long j, boolean z) {
HashMap hashMap = new HashMap();
hashMap.put(IronSourceConstants.EVENTS_DURATION, l);
hashMap.put(IronSourceConstants.EVENTS_EXT1, "config:" + j + ", newLoad:" + (z ? 1 : 0));
this.a.a(u1.TROUBLESHOOT_LOAD_WHILE_LOADED, hashMap);
}
public void a(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_AD_EXPIRED, hashMap);
}
public void a(String str, long j, long j2, long j3) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
hashMap.put(IronSourceConstants.EVENTS_EXT1, a(j, j2, j3));
this.a.a(u1.TROUBLESHOOT_BANNER_REFRESH_PAUSED, hashMap);
}
public void a(Map<String, Object> map, String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
if (map != null && !map.isEmpty()) {
hashMap.putAll(map);
}
this.a.a(u1.TROUBLESHOOT_BIDDING_DATA_MISSING, hashMap);
}
public void b() {
this.a.a(u1.TROUBLESHOOT_LOAD_SUCCESS, null);
}
public void b(int i, String str) {
HashMap hashMap = new HashMap();
hashMap.put("errorCode", Integer.valueOf(i));
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_LOAD_FAILED, hashMap);
}
public void b(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_IMPRESSION_TIMEOUT, hashMap);
}
public void b(String str, long j, long j2, long j3) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
hashMap.put(IronSourceConstants.EVENTS_EXT1, a(j, j2, j3));
this.a.a(u1.TROUBLESHOOT_BANNER_REFRESH_RESUMED, hashMap);
}
public void c() {
this.a.a(u1.TROUBLESHOOT_SHOW, null);
}
public void c(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_BN_RELOAD_EXCEPTION, hashMap);
}
public void d() {
this.a.a(u1.TROUBLESHOOT_SHOW_SUCCESS, null);
}
public void d(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_BANNER_REFRESH_TRIGGER_PAUSE, hashMap);
}
public void e(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_BANNER_REFRESH_TRIGGER_RESUME, hashMap);
}
public void f(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_INTERNAL_ERROR, hashMap);
}
public void g(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_PROVIDER_SETTINGS_MISSING, hashMap);
}
public void h(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_AUCTION_FAILED, hashMap);
}
public void i(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_AUCTION_SUCCESS, hashMap);
}
public void j(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_CLOSED, hashMap);
}
public void k(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_INIT_FAILED, hashMap);
}
public void l(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_INIT_SUCCESS, hashMap);
}
public void m(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_LOAD_FAILED, hashMap);
}
public void n(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_LOAD_SUCCESS, hashMap);
}
public void o(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_OPENED, hashMap);
}
public void p(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_RELOAD_FAILED, hashMap);
}
public void q(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_RELOAD_SUCCESS, hashMap);
}
public void r(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_SHOW_FAILED, hashMap);
}
public void s(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_UNEXPECTED_TIMEOUT, hashMap);
}
public void t(String str) {
HashMap hashMap = new HashMap();
hashMap.put("reason", str);
this.a.a(u1.TROUBLESHOOT_WATERFALL_OVERHEAD, hashMap);
}
}