class android.app.UiAutomationConnection$1 implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.UiAutomationConnection$1
  super_class: java.lang.Object
{
  final android.app.UiAutomationConnection this$0;
    descriptor: Landroid/app/UiAutomationConnection;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(android.app.UiAutomationConnection);
    descriptor: (Landroid/app/UiAutomationConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.app.UiAutomationConnection$1 this
         0: .line 347
            aload 0 /* this */
            aload 1
            putfield android.app.UiAutomationConnection$1.this$0:Landroid/app/UiAutomationConnection;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.app.UiAutomationConnection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/UiAutomationConnection$1;
    MethodParameters:
        Name  Flags
      this$0  final

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.app.UiAutomationConnection$1 this
         0: .line 360
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.UiAutomationConnection$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/UiAutomationConnection$1;
}
SourceFile: "UiAutomationConnection.java"
EnclosingMethod: android.app.UiAutomationConnection.executeShellCommand:(Ljava/lang/String;Landroid/os/ParcelFileDescriptor;Landroid/os/ParcelFileDescriptor;)V
NestHost: android.app.UiAutomationConnection
InnerClasses:
  android.app.UiAutomationConnection$1