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

45 lines
1.4 KiB
Java

package c.i.a.f.i.b;
import android.os.Bundle;
import android.os.RemoteException;
import c.i.a.f.h.l.fc;
import com.google.android.gms.measurement.internal.zzn;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class s7 implements Runnable {
public final /* synthetic */ String i;
public final /* synthetic */ String j;
public final /* synthetic */ boolean k;
public final /* synthetic */ zzn l;
public final /* synthetic */ fc m;
public final /* synthetic */ q7 n;
public s7(q7 q7Var, String str, String str2, boolean z2, zzn zzn, fc fcVar) {
this.n = q7Var;
this.i = str;
this.j = str2;
this.k = z2;
this.l = zzn;
this.m = fcVar;
}
@Override // java.lang.Runnable
public final void run() {
Bundle bundle = new Bundle();
try {
q7 q7Var = this.n;
i3 i3Var = q7Var.d;
if (i3Var == null) {
q7Var.g().f.c("Failed to get user properties; not connected to service", this.i, this.j);
return;
}
Bundle A = t9.A(i3Var.Q(this.i, this.j, this.k, this.l));
this.n.F();
this.n.e().L(this.m, A);
} catch (RemoteException e) {
this.n.g().f.c("Failed to get user properties; remote exception", this.i, e);
} finally {
this.n.e().L(this.m, bundle);
}
}
}