final class com.android.statementservice.ExceptionLoggingFutureTask<V> extends java.util.concurrent.FutureTask<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.android.statementservice.ExceptionLoggingFutureTask
  super_class: java.util.concurrent.FutureTask
{
  private final java.lang.String mTag;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(java.util.concurrent.Callable<V>, java.lang.String);
    descriptor: (Ljava/util/concurrent/Callable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.android.statementservice.ExceptionLoggingFutureTask this
        start local 1 // java.util.concurrent.Callable callable
        start local 2 // java.lang.String tag
         0: .line 33
            aload 0 /* this */
            aload 1 /* callable */
            invokespecial java.util.concurrent.FutureTask.<init>:(Ljava/util/concurrent/Callable;)V
         1: .line 34
            aload 0 /* this */
            aload 2 /* tag */
            putfield com.android.statementservice.ExceptionLoggingFutureTask.mTag:Ljava/lang/String;
         2: .line 35
            return
        end local 2 // java.lang.String tag
        end local 1 // java.util.concurrent.Callable callable
        end local 0 // com.android.statementservice.ExceptionLoggingFutureTask this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lcom/android/statementservice/ExceptionLoggingFutureTask<TV;>;
            0    3     1  callable  Ljava/util/concurrent/Callable<TV;>;
            0    3     2       tag  Ljava/lang/String;
    Signature: (Ljava/util/concurrent/Callable<TV;>;Ljava/lang/String;)V
    MethodParameters:
          Name  Flags
      callable  
      tag       

  protected void done();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.android.statementservice.ExceptionLoggingFutureTask this
         0: .line 40
            aload 0 /* this */
            invokevirtual com.android.statementservice.ExceptionLoggingFutureTask.get:()Ljava/lang/Object;
            pop
         1: .line 41
            goto 5
      StackMap locals:
      StackMap stack: java.lang.Exception
         2: astore 1 /* e */
        start local 1 // java.lang.Exception e
         3: .line 42
            aload 0 /* this */
            getfield com.android.statementservice.ExceptionLoggingFutureTask.mTag:Ljava/lang/String;
            ldc "Uncaught exception."
            aload 1 /* e */
            invokestatic android.util.Log.e:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
         4: .line 43
            new java.lang.RuntimeException
            dup
            aload 1 /* e */
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.Exception e
         5: .line 45
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.android.statementservice.ExceptionLoggingFutureTask this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/android/statementservice/ExceptionLoggingFutureTask<TV;>;
            3    5     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.util.concurrent.ExecutionException
           0     1       2  Class java.lang.InterruptedException
}
Signature: <V:Ljava/lang/Object;>Ljava/util/concurrent/FutureTask<TV;>;
SourceFile: "ExceptionLoggingFutureTask.java"