package com.google.android.gms.internal.measurement;

import android.os.Bundle;

/* JADX INFO: loaded from: classes2.dex */
public final class u1 extends g1 {

    /* JADX INFO: renamed from: e, reason: collision with root package name */
    public final /* synthetic */ Long f20434e;

    /* JADX INFO: renamed from: f, reason: collision with root package name */
    public final /* synthetic */ String f20435f;

    /* JADX INFO: renamed from: g, reason: collision with root package name */
    public final /* synthetic */ String f20436g;

    /* JADX INFO: renamed from: h, reason: collision with root package name */
    public final /* synthetic */ Bundle f20437h;

    /* JADX INFO: renamed from: i, reason: collision with root package name */
    public final /* synthetic */ boolean f20438i;

    /* JADX INFO: renamed from: j, reason: collision with root package name */
    public final /* synthetic */ boolean f20439j;

    /* JADX INFO: renamed from: k, reason: collision with root package name */
    public final /* synthetic */ j1 f20440k;

    /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
    public u1(j1 j1Var, Long l10, String str, String str2, Bundle bundle, boolean z10, boolean z11) {
        super(j1Var, true);
        this.f20434e = l10;
        this.f20435f = str;
        this.f20436g = str2;
        this.f20437h = bundle;
        this.f20438i = z10;
        this.f20439j = z11;
        this.f20440k = j1Var;
    }

    @Override // com.google.android.gms.internal.measurement.g1
    public final void a() {
        Long l10 = this.f20434e;
        ((t0) com.google.android.gms.common.internal.w.checkNotNull(this.f20440k.f20256i)).logEvent(this.f20435f, this.f20436g, this.f20437h, this.f20438i, this.f20439j, l10 == null ? this.f20199a : l10.longValue());
    }
}
