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

31 lines
870 B
Java

package c.i.a.f.i.b;
import android.os.RemoteException;
import com.google.android.gms.measurement.internal.zzn;
/* compiled from: com.google.android.gms:play-services-measurement-impl@@18.0.0 */
public final class b8 implements Runnable {
public final /* synthetic */ zzn i;
public final /* synthetic */ q7 j;
public b8(q7 q7Var, zzn zzn) {
this.j = q7Var;
this.i = zzn;
}
@Override // java.lang.Runnable
public final void run() {
q7 q7Var = this.j;
i3 i3Var = q7Var.d;
if (i3Var == null) {
q7Var.g().f.a("Failed to send measurementEnabled to service");
return;
}
try {
i3Var.f0(this.i);
this.j.F();
} catch (RemoteException e) {
this.j.g().f.b("Failed to send measurementEnabled to the service", e);
}
}
}