29 lines
1020 B
Java
29 lines
1020 B
Java
|
package com.google.android.gms.measurement.internal;
|
||
|
|
||
|
import android.os.Bundle;
|
||
|
import android.os.RemoteException;
|
||
|
|
||
|
/* loaded from: classes.dex */
|
||
|
final class zzo implements zzgw {
|
||
|
public final com.google.android.gms.internal.measurement.zzci zza;
|
||
|
final AppMeasurementDynamiteService zzb;
|
||
|
|
||
|
@Override // com.google.android.gms.measurement.internal.zzgw
|
||
|
public final void onEvent(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 listener threw exception", e);
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public zzo(AppMeasurementDynamiteService appMeasurementDynamiteService, com.google.android.gms.internal.measurement.zzci zzciVar) {
|
||
|
this.zzb = appMeasurementDynamiteService;
|
||
|
this.zza = zzciVar;
|
||
|
}
|
||
|
}
|