30 lines
1.1 KiB
Java
30 lines
1.1 KiB
Java
package com.google.android.gms.measurement.internal;
|
|
|
|
import android.os.Bundle;
|
|
import android.os.RemoteException;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* loaded from: classes.dex */
|
|
public final class zzn implements zzgv {
|
|
public final com.google.android.gms.internal.measurement.zzci zza;
|
|
final AppMeasurementDynamiteService zzb;
|
|
|
|
@Override // com.google.android.gms.measurement.internal.zzgv
|
|
public final void interceptEvent(String str, String str2, Bundle bundle, long j) {
|
|
try {
|
|
this.zza.zze(str, str2, bundle, j);
|
|
} catch (RemoteException e) {
|
|
zzfv zzfvVar = this.zzb.zza;
|
|
if (zzfvVar != null) {
|
|
zzfvVar.zzay().zzk().zzb("Event interceptor threw exception", e);
|
|
}
|
|
}
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
public zzn(AppMeasurementDynamiteService appMeasurementDynamiteService, com.google.android.gms.internal.measurement.zzci zzciVar) {
|
|
this.zzb = appMeasurementDynamiteService;
|
|
this.zza = zzciVar;
|
|
}
|
|
}
|