class com.android.preload.actions.RunMonkeyAction$RunMonkeyRunnable implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.android.preload.actions.RunMonkeyAction$RunMonkeyRunnable
  super_class: java.lang.Object
{
  private java.lang.String packages;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private static final int ITERATIONS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1000

  final com.android.preload.actions.RunMonkeyAction this$0;
    descriptor: Lcom/android/preload/actions/RunMonkeyAction;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(com.android.preload.actions.RunMonkeyAction, java.lang.String);
    descriptor: (Lcom/android/preload/actions/RunMonkeyAction;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.android.preload.actions.RunMonkeyAction$RunMonkeyRunnable this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.ddmlib cannot be resolved\n\tThe type RunMonkeyAction must implement the inherited abstract method DeviceSpecific.setDevice(IDevice)\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.preload.actions.RunMonkeyAction$RunMonkeyRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/preload/actions/RunMonkeyAction$RunMonkeyRunnable;
    MethodParameters:
          Name  Flags
      this$0    final
      packages  

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.android.preload.actions.RunMonkeyAction$RunMonkeyRunnable this
         0: .line 98
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.preload.actions.RunMonkeyAction$RunMonkeyRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/preload/actions/RunMonkeyAction$RunMonkeyRunnable;

  private void forceStop(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.android.preload.actions.RunMonkeyAction$RunMonkeyRunnable this
         0: .line 119
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n\tIDevice cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.android.preload.actions.RunMonkeyAction$RunMonkeyRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/android/preload/actions/RunMonkeyAction$RunMonkeyRunnable;
    MethodParameters:
             Name  Flags
      packageName  
}
SourceFile: "RunMonkeyAction.java"
NestHost: com.android.preload.actions.RunMonkeyAction
InnerClasses:
  private RunMonkeyRunnable = com.android.preload.actions.RunMonkeyAction$RunMonkeyRunnable of com.android.preload.actions.RunMonkeyAction