final class android.database.sqlite.SQLiteConnection$OperationLog
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.database.sqlite.SQLiteConnection$OperationLog
  super_class: java.lang.Object
{
  private static final int MAX_RECENT_OPERATIONS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

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

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

  private final android.database.sqlite.SQLiteConnection$Operation[] mOperations;
    descriptor: [Landroid/database/sqlite/SQLiteConnection$Operation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int mIndex;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int mGeneration;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private final android.database.sqlite.SQLiteConnectionPool mPool;
    descriptor: Landroid/database/sqlite/SQLiteConnectionPool;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(android.database.sqlite.SQLiteConnectionPool);
    descriptor: (Landroid/database/sqlite/SQLiteConnectionPool;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 32
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import dalvik.system cannot be resolved\n\tThe import dalvik.system cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tCloseGuard cannot be resolved to a type\n\tBlockGuard cannot be resolved\n\tBlockGuard cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
      Name  Flags
      pool  

  public int beginOperation(java.lang.String, java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1356
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
          Name  Flags
      kind      
      sql       
      bindArgs  

  public void failOperation(int, java.lang.Exception);
    descriptor: (ILjava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1400
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
        Name  Flags
      cookie  
      ex      

  public void endOperation(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1409
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
        Name  Flags
      cookie  

  public boolean endOperationDeferLog(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1417
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
        Name  Flags
      cookie  

  public void logOperation(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1423
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
        Name  Flags
      cookie  
      detail  

  private boolean endOperationDeferLogLocked(int);
    descriptor: (I)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1429
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
        Name  Flags
      cookie  

  private void logOperationLocked(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1446
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
        Name  Flags
      cookie  
      detail  

  private int newOperationCookieLocked(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1456
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
       Name  Flags
      index  

  private android.database.sqlite.SQLiteConnection$Operation getOperationLocked(int);
    descriptor: (I)Landroid/database/sqlite/SQLiteConnection$Operation;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1461
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
        Name  Flags
      cookie  

  public java.lang.String describeCurrentOperation();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1467
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;

  public void dump(android.util.Printer, boolean);
    descriptor: (Landroid/util/Printer;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
         0: .line 1479
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.database.sqlite.SQLiteConnection$OperationLog this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/database/sqlite/SQLiteConnection$OperationLog;
    MethodParameters:
         Name  Flags
      printer  
      verbose  
}
SourceFile: "SQLiteConnection.java"
NestHost: android.database.sqlite.SQLiteConnection
InnerClasses:
  private final Operation = android.database.sqlite.SQLiteConnection$Operation of android.database.sqlite.SQLiteConnection
  private final OperationLog = android.database.sqlite.SQLiteConnection$OperationLog of android.database.sqlite.SQLiteConnection