// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.geocities.com/kpdus/jad.html // Decompiler options: braces fieldsfirst space lnc package com.google.android.gms.internal; import android.util.Log; import java.util.concurrent.FutureTask; // Referenced classes of package com.google.android.gms.internal: // zzns class zzaEo extends FutureTask { final n zzaEo; protected void setException(Throwable throwable) { ughtExceptionHandler ughtexceptionhandler = zzns.zzb(zzaEo.aEn); if (ughtexceptionhandler == null) goto _L2; else goto _L1 _L1: ughtexceptionhandler.uncaughtException(Thread.currentThread(), throwable); _L4: super.setException(throwable); return; _L2: if (Log.isLoggable("GAv4", 6)) { Log.e("GAv4", (new StringBuilder()).append("MeasurementExecutor: job failed with ").append(throwable).toString()); } if (true) goto _L4; else goto _L3 _L3: } ( , Runnable runnable, Object obj) { zzaEo = ; super(runnable, obj); } }