package com.google.android.gms.internal.measurement; /* loaded from: classes.dex */ abstract class zzdu implements Runnable { final long zzh; final long zzi; final boolean zzj; final /* synthetic */ zzef zzk; zzdu(zzef zzefVar, boolean z10) { this.zzk = zzefVar; this.zzh = zzefVar.zza.currentTimeMillis(); this.zzi = zzefVar.zza.elapsedRealtime(); this.zzj = z10; } @Override // java.lang.Runnable public final void run() { boolean z10; z10 = this.zzk.zzh; if (z10) { zzb(); return; } try { zza(); } catch (Exception e10) { this.zzk.zzT(e10, false, this.zzj); zzb(); } } abstract void zza(); protected void zzb() { } }