final class android.app.Instrumentation$EmptyRunnable implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.app.Instrumentation$EmptyRunnable
  super_class: java.lang.Object
{
  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.app.Instrumentation$EmptyRunnable this
         0: .line 2149
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.app.Instrumentation$EmptyRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/Instrumentation$EmptyRunnable;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // android.app.Instrumentation$EmptyRunnable this
         0: .line 2151
            return
        end local 0 // android.app.Instrumentation$EmptyRunnable this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/Instrumentation$EmptyRunnable;
}
SourceFile: "Instrumentation.java"
NestHost: android.app.Instrumentation
InnerClasses:
  private final EmptyRunnable = android.app.Instrumentation$EmptyRunnable of android.app.Instrumentation