class android.app.ActivityThread$DropBoxReporter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.app.ActivityThread$DropBoxReporter
  super_class: java.lang.Object
{
  private android.os.DropBoxManager dropBox;
    descriptor: Landroid/os/DropBoxManager;
    flags: (0x0002) ACC_PRIVATE

  final android.app.ActivityThread this$0;
    descriptor: Landroid/app/ActivityThread;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(android.app.ActivityThread);
    descriptor: (Landroid/app/ActivityThread;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.ActivityThread$DropBoxReporter this
         0: .line 151
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.android.org cannot be resolved\n\tThe import com.android.org cannot be resolved\n\tThe import com.android.server.am cannot be resolved\n\tThe import dalvik cannot be resolved\n\tThe import dalvik cannot be resolved\n\tThe import dalvik cannot be resolved\n\tThe import dalvik cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.io cannot be resolved\n\tThe import libcore.net cannot be resolved\n\tThe import org.apache.harmony cannot be resolved\n\tVMDebug cannot be resolved\n\tThe method clearDnsCache() is undefined for the type InetAddress\n\tNetworkEventDispatcher cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tOpenSSLSocketImpl cannot be resolved to a type\n\tVMDebug cannot be resolved\n\tIoUtils cannot be resolved\n\tOpenSSLSocketImpl cannot be resolved to a type\n\tVMDebug cannot be resolved\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tVMRuntime cannot be resolved\n\tThe method set24HourTimePref(Boolean) is undefined for the type DateFormat\n\tIoUtils cannot be resolved\n\tdalvik cannot be resolved\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tMemInfoDumpProto cannot be resolved to a variable\n\tIoUtils cannot be resolved\n\tVMDebug cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tIoUtils cannot be resolved\n\tVMRuntime cannot be resolved\n\tVMRuntime cannot be resolved\n\tDropBox cannot be resolved\n\tEventLogger cannot be resolved to a type\n\tThe method report(int, Object...) of type ActivityThread.EventLoggingReporter must override or implement a supertype method\n\tDropBox cannot be resolved to a type\n\tThe method addData(String, byte[], int) of type ActivityThread.DropBoxReporter must override or implement a supertype method\n\tThe method addText(String, String) of type ActivityThread.DropBoxReporter must override or implement a supertype method\n\tCloseGuard cannot be resolved\n\tEventLogger cannot be resolved\n\tTrustedCertificateStore cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.ActivityThread$DropBoxReporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/ActivityThread$DropBoxReporter;
    MethodParameters:
        Name  Flags
      this$0  final

  public void addData(java.lang.String, byte[], int);
    descriptor: (Ljava/lang/String;[BI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.ActivityThread$DropBoxReporter this
         0: .line 6654
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method addData(String, byte[], int) of type ActivityThread.DropBoxReporter must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.ActivityThread$DropBoxReporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/ActivityThread$DropBoxReporter;
    MethodParameters:
       Name  Flags
      tag    
      data   
      flags  

  public void addText(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.ActivityThread$DropBoxReporter this
         0: .line 6660
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tThe method addText(String, String) of type ActivityThread.DropBoxReporter must override or implement a supertype method\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.ActivityThread$DropBoxReporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/ActivityThread$DropBoxReporter;
    MethodParameters:
      Name  Flags
      tag   
      data  

  private synchronized void ensureInitialized();
    descriptor: ()V
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.app.ActivityThread$DropBoxReporter this
         0: .line 6665
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.ActivityThread$DropBoxReporter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/ActivityThread$DropBoxReporter;
}
SourceFile: "ActivityThread.java"
NestHost: android.app.ActivityThread
InnerClasses:
  private DropBoxReporter = android.app.ActivityThread$DropBoxReporter of android.app.ActivityThread