final class android.app.ActivityThread$Profiler
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.app.ActivityThread$Profiler
  super_class: java.lang.Object
{
  java.lang.String profileFile;
    descriptor: Ljava/lang/String;
    flags: (0x0000) 

  android.os.ParcelFileDescriptor profileFd;
    descriptor: Landroid/os/ParcelFileDescriptor;
    flags: (0x0000) 

  int samplingInterval;
    descriptor: I
    flags: (0x0000) 

  boolean autoStopProfiler;
    descriptor: Z
    flags: (0x0000) 

  boolean streamingOutput;
    descriptor: Z
    flags: (0x0000) 

  boolean profiling;
    descriptor: Z
    flags: (0x0000) 

  boolean handlingProfiling;
    descriptor: Z
    flags: (0x0000) 

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

  public void setProfiler(android.app.ProfilerInfo);
    descriptor: (Landroid/app/ProfilerInfo;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.app.ActivityThread$Profiler this
        start local 1 // android.app.ProfilerInfo profilerInfo
         0: .line 667
            aload 1 /* profilerInfo */
            getfield android.app.ProfilerInfo.profileFd:Landroid/os/ParcelFileDescriptor;
            astore 2 /* fd */
        start local 2 // android.os.ParcelFileDescriptor fd
         1: .line 668
            aload 0 /* this */
            getfield android.app.ActivityThread$Profiler.profiling:Z
            ifeq 7
         2: .line 669
            aload 2 /* fd */
            ifnull 6
         3: .line 671
            aload 2 /* fd */
            invokevirtual android.os.ParcelFileDescriptor.close:()V
         4: .line 672
            goto 6
      StackMap locals: android.app.ActivityThread$Profiler android.app.ProfilerInfo android.os.ParcelFileDescriptor
      StackMap stack: java.io.IOException
         5: pop
         6: .line 676
      StackMap locals:
      StackMap stack:
            return
         7: .line 678
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.app.ActivityThread$Profiler.profileFd:Landroid/os/ParcelFileDescriptor;
            ifnull 11
         8: .line 680
            aload 0 /* this */
            getfield android.app.ActivityThread$Profiler.profileFd:Landroid/os/ParcelFileDescriptor;
            invokevirtual android.os.ParcelFileDescriptor.close:()V
         9: .line 681
            goto 11
      StackMap locals:
      StackMap stack: java.io.IOException
        10: pop
        11: .line 685
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* profilerInfo */
            getfield android.app.ProfilerInfo.profileFile:Ljava/lang/String;
            putfield android.app.ActivityThread$Profiler.profileFile:Ljava/lang/String;
        12: .line 686
            aload 0 /* this */
            aload 2 /* fd */
            putfield android.app.ActivityThread$Profiler.profileFd:Landroid/os/ParcelFileDescriptor;
        13: .line 687
            aload 0 /* this */
            aload 1 /* profilerInfo */
            getfield android.app.ProfilerInfo.samplingInterval:I
            putfield android.app.ActivityThread$Profiler.samplingInterval:I
        14: .line 688
            aload 0 /* this */
            aload 1 /* profilerInfo */
            getfield android.app.ProfilerInfo.autoStopProfiler:Z
            putfield android.app.ActivityThread$Profiler.autoStopProfiler:Z
        15: .line 689
            aload 0 /* this */
            aload 1 /* profilerInfo */
            getfield android.app.ProfilerInfo.streamingOutput:Z
            putfield android.app.ActivityThread$Profiler.streamingOutput:Z
        16: .line 690
            return
        end local 2 // android.os.ParcelFileDescriptor fd
        end local 1 // android.app.ProfilerInfo profilerInfo
        end local 0 // android.app.ActivityThread$Profiler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   17     0          this  Landroid/app/ActivityThread$Profiler;
            0   17     1  profilerInfo  Landroid/app/ProfilerInfo;
            1   17     2            fd  Landroid/os/ParcelFileDescriptor;
      Exception table:
        from    to  target  type
           3     4       5  Class java.io.IOException
           8     9      10  Class java.io.IOException
    MethodParameters:
              Name  Flags
      profilerInfo  

  public void startProfiling();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.app.ActivityThread$Profiler this
         0: .line 697
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tVMDebug cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.ActivityThread$Profiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/ActivityThread$Profiler;

  public void stopProfiling();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.app.ActivityThread$Profiler this
         0: .line 712
            aload 0 /* this */
            getfield android.app.ActivityThread$Profiler.profiling:Z
            ifeq 9
         1: .line 713
            aload 0 /* this */
            iconst_0
            putfield android.app.ActivityThread$Profiler.profiling:Z
         2: .line 714
            invokestatic android.os.Debug.stopMethodTracing:()V
         3: .line 715
            aload 0 /* this */
            getfield android.app.ActivityThread$Profiler.profileFd:Landroid/os/ParcelFileDescriptor;
            ifnull 7
         4: .line 717
            aload 0 /* this */
            getfield android.app.ActivityThread$Profiler.profileFd:Landroid/os/ParcelFileDescriptor;
            invokevirtual android.os.ParcelFileDescriptor.close:()V
         5: .line 718
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         6: pop
         7: .line 721
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield android.app.ActivityThread$Profiler.profileFd:Landroid/os/ParcelFileDescriptor;
         8: .line 722
            aload 0 /* this */
            aconst_null
            putfield android.app.ActivityThread$Profiler.profileFile:Ljava/lang/String;
         9: .line 724
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.app.ActivityThread$Profiler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Landroid/app/ActivityThread$Profiler;
      Exception table:
        from    to  target  type
           4     5       6  Class java.io.IOException
}
SourceFile: "ActivityThread.java"
NestHost: android.app.ActivityThread
InnerClasses:
  final Profiler = android.app.ActivityThread$Profiler of android.app.ActivityThread