30 lines
1.1 KiB
Java
30 lines
1.1 KiB
Java
package com.google.android.gms.internal.measurement;
|
|
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.common.internal.Preconditions;
|
|
import com.google.android.gms.dynamic.ObjectWrapper;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* loaded from: classes.dex */
|
|
public final class zzdg extends zzdt {
|
|
final String zza;
|
|
final Object zzb;
|
|
final zzee zzc;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public zzdg(zzee zzeeVar, boolean z, int i, String str, Object obj, Object obj2, Object obj3) {
|
|
super(zzeeVar, false);
|
|
this.zzc = zzeeVar;
|
|
this.zza = str;
|
|
this.zzb = obj;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.measurement.zzdt
|
|
final void zza() throws RemoteException {
|
|
zzcc zzccVar;
|
|
zzccVar = this.zzc.zzj;
|
|
((zzcc) Preconditions.checkNotNull(zzccVar)).logHealthData(5, this.zza, ObjectWrapper.wrap(this.zzb), ObjectWrapper.wrap(null), ObjectWrapper.wrap(null));
|
|
}
|
|
}
|