Files
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

33 lines
918 B
Java

package com.fyber.inneractive.sdk.click;
import com.fyber.inneractive.sdk.click.l;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class b {
public final l.d a;
public final Throwable b;
public final String c;
public final String d;
public long e;
public final ArrayList f = new ArrayList();
public b(String str, l.d dVar, String str2, Throwable th) {
this.d = str;
this.a = dVar;
this.c = str2;
this.b = th;
}
public final String toString() {
l.d dVar = this.a;
if (dVar != l.d.FAILED) {
return String.format("Open result: Success! target: %s method: %s", dVar, this.c);
}
Object[] objArr = new Object[1];
Throwable th = this.b;
objArr[0] = th != null ? th.getMessage() : "none";
return String.format("Open result: Failed! error: %s", objArr);
}
}