discord-jadx/app/src/main/java/c/i/a/f/i/b/p9.java

27 lines
795 B
Java

package c.i.a.f.i.b;
import android.os.Bundle;
import c.i.a.f.e.o.d;
import java.util.Objects;
/* compiled from: com.google.android.gms:play-services-measurement@@18.0.0 */
public final class p9 implements Runnable {
public final /* synthetic */ String i;
public final /* synthetic */ Bundle j;
public final /* synthetic */ n9 k;
public p9(n9 n9Var, String str, Bundle bundle) {
this.k = n9Var;
this.i = str;
this.j = bundle;
}
@Override // java.lang.Runnable
public final void run() {
t9 t = this.k.a.k.t();
String str = this.i;
Bundle bundle = this.j;
Objects.requireNonNull((d) this.k.a.k.o);
this.k.a.m(t.B(str, "_err", bundle, "auto", System.currentTimeMillis(), false, false), this.i);
}
}