final class android.app.Instrumentation$InstrumentationThread extends java.lang.Thread
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.app.Instrumentation$InstrumentationThread
  super_class: java.lang.Thread
{
  final android.app.Instrumentation this$0;
    descriptor: Landroid/app/Instrumentation;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(android.app.Instrumentation, java.lang.String);
    descriptor: (Landroid/app/Instrumentation;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.app.Instrumentation$InstrumentationThread this
        start local 2 // java.lang.String name
         0: .line 2132
            aload 0 /* this */
            aload 1
            putfield android.app.Instrumentation$InstrumentationThread.this$0:Landroid/app/Instrumentation;
         1: .line 2133
            aload 0 /* this */
            aload 2 /* name */
            invokespecial java.lang.Thread.<init>:(Ljava/lang/String;)V
         2: .line 2134
            return
        end local 2 // java.lang.String name
        end local 0 // android.app.Instrumentation$InstrumentationThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/app/Instrumentation$InstrumentationThread;
            0    3     2  name  Ljava/lang/String;
    MethodParameters:
        Name  Flags
      this$0  final
      name    

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // android.app.Instrumentation$InstrumentationThread this
         0: .line 2137
            bipush -8
            invokestatic android.os.Process.setThreadPriority:(I)V
         1: .line 2138
            goto 6
      StackMap locals:
      StackMap stack: java.lang.RuntimeException
         2: astore 1 /* e */
        start local 1 // java.lang.RuntimeException e
         3: .line 2139
            ldc "Instrumentation"
            new java.lang.StringBuilder
            dup
            ldc "Exception setting priority of instrumentation thread "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         4: .line 2140
            invokestatic android.os.Process.myTid:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* e */
         5: .line 2139
            invokestatic android.util.Log.w:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        end local 1 // java.lang.RuntimeException e
         6: .line 2142
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.Instrumentation$InstrumentationThread.this$0:Landroid/app/Instrumentation;
            getfield android.app.Instrumentation.mAutomaticPerformanceSnapshots:Z
            ifeq 8
         7: .line 2143
            aload 0 /* this */
            getfield android.app.Instrumentation$InstrumentationThread.this$0:Landroid/app/Instrumentation;
            invokevirtual android.app.Instrumentation.startPerformanceSnapshot:()V
         8: .line 2145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.Instrumentation$InstrumentationThread.this$0:Landroid/app/Instrumentation;
            invokevirtual android.app.Instrumentation.onStart:()V
         9: .line 2146
            return
        end local 0 // android.app.Instrumentation$InstrumentationThread this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/app/Instrumentation$InstrumentationThread;
            3    6     1     e  Ljava/lang/RuntimeException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.RuntimeException
}
SourceFile: "Instrumentation.java"
NestHost: android.app.Instrumentation
InnerClasses:
  private final InstrumentationThread = android.app.Instrumentation$InstrumentationThread of android.app.Instrumentation