public final class android.util.EventLog$Event
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.util.EventLog$Event
  super_class: java.lang.Object
{
  private final java.nio.ByteBuffer mBuffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.Exception mLastWtf;
    descriptor: Ljava/lang/Exception;
    flags: (0x0002) ACC_PRIVATE

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

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

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

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

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

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

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

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

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

  private static final byte INT_TYPE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  private static final byte LONG_TYPE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final byte STRING_TYPE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  private static final byte LIST_TYPE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  private static final byte FLOAT_TYPE;
    descriptor: B
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  void <init>(byte[]);
    descriptor: ([B)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // android.util.EventLog$Event this
        start local 1 // byte[] data
         0: .line 85
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 86
            aload 0 /* this */
            aload 1 /* data */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            putfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
         2: .line 87
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokestatic java.nio.ByteOrder.nativeOrder:()Ljava/nio/ByteOrder;
            invokevirtual java.nio.ByteBuffer.order:(Ljava/nio/ByteOrder;)Ljava/nio/ByteBuffer;
            pop
         3: .line 88
            return
        end local 1 // byte[] data
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/util/EventLog$Event;
            0    4     1  data  [B
    MethodParameters:
      Name  Flags
      data  

  public int getProcessId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 92
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            iconst_4
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            ireturn
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/EventLog$Event;

  public int getUid();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 102
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            bipush 24
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
         1: ireturn
         2: .line 103
      StackMap locals:
      StackMap stack: java.lang.IndexOutOfBoundsException
            pop
         3: .line 105
            iconst_m1
            ireturn
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Landroid/util/EventLog$Event;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IndexOutOfBoundsException
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public int getThreadId();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 111
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            bipush 8
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            ireturn
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/EventLog$Event;

  public long getTimeNanos();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 116
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            bipush 12
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            i2l
            ldc 1000000000
            lmul
         1: .line 117
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            bipush 16
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            i2l
         2: .line 116
            ladd
            lreturn
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/util/EventLog$Event;

  public int getTag();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 122
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            iconst_2
            invokevirtual java.nio.ByteBuffer.getShort:(I)S
            istore 1 /* offset */
        start local 1 // int offset
         1: .line 123
            iload 1 /* offset */
            ifne 3
         2: .line 124
            bipush 20
            istore 1 /* offset */
         3: .line 126
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            iload 1 /* offset */
            invokevirtual java.nio.ByteBuffer.getInt:(I)I
            ireturn
        end local 1 // int offset
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/util/EventLog$Event;
            1    4     1  offset  I

  public synchronized java.lang.Object getData();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 132
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            iconst_2
            invokevirtual java.nio.ByteBuffer.getShort:(I)S
            istore 1 /* offset */
        start local 1 // int offset
         1: .line 133
            iload 1 /* offset */
            ifne 3
         2: .line 134
            bipush 20
            istore 1 /* offset */
         3: .line 136
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            iload 1 /* offset */
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            iconst_0
            invokevirtual java.nio.ByteBuffer.getShort:(I)S
            iadd
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
         4: .line 137
            iload 1 /* offset */
            iconst_4
            iadd
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 6
         5: .line 139
            aconst_null
            areturn
         6: .line 141
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            iload 1 /* offset */
            iconst_4
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         7: .line 142
            aload 0 /* this */
            invokevirtual android.util.EventLog$Event.decodeObject:()Ljava/lang/Object;
         8: areturn
        end local 1 // int offset
         9: .line 143
      StackMap locals: android.util.EventLog$Event
      StackMap stack: java.lang.IllegalArgumentException
            astore 1 /* e */
        start local 1 // java.lang.IllegalArgumentException e
        10: .line 144
            ldc "EventLog"
            new java.lang.StringBuilder
            dup
            ldc "Illegal entry payload: tag="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual android.util.EventLog$Event.getTag:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* e */
            invokestatic android.util.Log.wtf:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        11: .line 145
            aload 0 /* this */
            aload 1 /* e */
            putfield android.util.EventLog$Event.mLastWtf:Ljava/lang/Exception;
        12: .line 146
            aconst_null
            areturn
        end local 1 // java.lang.IllegalArgumentException e
        13: .line 147
      StackMap locals:
      StackMap stack: java.nio.BufferUnderflowException
            astore 1 /* e */
        start local 1 // java.nio.BufferUnderflowException e
        14: .line 148
            ldc "EventLog"
            new java.lang.StringBuilder
            dup
            ldc "Truncated entry payload: tag="
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual android.util.EventLog$Event.getTag:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            aload 1 /* e */
            invokestatic android.util.Log.wtf:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        15: .line 149
            aload 0 /* this */
            aload 1 /* e */
            putfield android.util.EventLog$Event.mLastWtf:Ljava/lang/Exception;
        16: .line 150
            aconst_null
            areturn
        end local 1 // java.nio.BufferUnderflowException e
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   17     0    this  Landroid/util/EventLog$Event;
            1    9     1  offset  I
           10   13     1       e  Ljava/lang/IllegalArgumentException;
           14   17     1       e  Ljava/nio/BufferUnderflowException;
      Exception table:
        from    to  target  type
           0     5       9  Class java.lang.IllegalArgumentException
           6     8       9  Class java.lang.IllegalArgumentException
           0     5      13  Class java.nio.BufferUnderflowException
           6     8      13  Class java.nio.BufferUnderflowException

  private java.lang.Object decodeObject();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 156
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 1 /* type */
        start local 1 // byte type
         1: .line 157
            iload 1 /* type */
            tableswitch { // 0 - 4
                    0: 2
                    1: 3
                    2: 5
                    3: 14
                    4: 4
              default: 22
          }
         2: .line 159
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.getInt:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            areturn
         3: .line 162
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.getLong:()J
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            areturn
         4: .line 165
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.getFloat:()F
            invokestatic java.lang.Float.valueOf:(F)Ljava/lang/Float;
            areturn
         5: .line 169
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.getInt:()I
            istore 2 /* length */
        start local 2 // int length
         6: .line 170
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 3 /* start */
        start local 3 // int start
         7: .line 171
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            iload 3 /* start */
            iload 2 /* length */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         8: .line 172
            new java.lang.String
            dup
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            iload 3 /* start */
            iload 2 /* length */
            ldc "UTF-8"
            invokespecial java.lang.String.<init>:([BIILjava/lang/String;)V
         9: areturn
        end local 3 // int start
        end local 2 // int length
        10: .line 173
      StackMap locals:
      StackMap stack: java.io.UnsupportedEncodingException
            astore 2 /* e */
        start local 2 // java.io.UnsupportedEncodingException e
        11: .line 174
            ldc "EventLog"
            ldc "UTF-8 is not supported"
            aload 2 /* e */
            invokestatic android.util.Log.wtf:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/Throwable;)I
            pop
        12: .line 175
            aload 0 /* this */
            aload 2 /* e */
            putfield android.util.EventLog$Event.mLastWtf:Ljava/lang/Exception;
        13: .line 176
            aconst_null
            areturn
        end local 2 // java.io.UnsupportedEncodingException e
        14: .line 180
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 2 /* length */
        start local 2 // int length
        15: .line 181
            iload 2 /* length */
            ifge 16
            iinc 2 /* length */ 256
        16: .line 182
      StackMap locals: int
      StackMap stack:
            iload 2 /* length */
            anewarray java.lang.Object
            astore 3 /* array */
        start local 3 // java.lang.Object[] array
        17: .line 183
            iconst_0
            istore 4 /* i */
        start local 4 // int i
        18: goto 20
      StackMap locals: java.lang.Object[] int
      StackMap stack:
        19: aload 3 /* array */
            iload 4 /* i */
            aload 0 /* this */
            invokevirtual android.util.EventLog$Event.decodeObject:()Ljava/lang/Object;
            aastore
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        20: iload 4 /* i */
            iload 2 /* length */
            if_icmplt 19
        end local 4 // int i
        21: .line 184
            aload 3 /* array */
            areturn
        end local 3 // java.lang.Object[] array
        end local 2 // int length
        22: .line 187
      StackMap locals:
      StackMap stack:
            new java.lang.IllegalArgumentException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown entry type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* type */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // byte type
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   23     0    this  Landroid/util/EventLog$Event;
            1   23     1    type  B
            6   10     2  length  I
            7   10     3   start  I
           11   14     2       e  Ljava/io/UnsupportedEncodingException;
           15   22     2  length  I
           17   22     3   array  [Ljava/lang/Object;
           18   21     4       i  I
      Exception table:
        from    to  target  type
           5     9      10  Class java.io.UnsupportedEncodingException

  public static android.util.EventLog$Event fromBytes(byte[]);
    descriptor: ([B)Landroid/util/EventLog$Event;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte[] data
         0: .line 193
            new android.util.EventLog$Event
            dup
            aload 0 /* data */
            invokespecial android.util.EventLog$Event.<init>:([B)V
            areturn
        end local 0 // byte[] data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  data  [B
    MethodParameters:
      Name  Flags
      data  

  public byte[] getBytes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 198
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 1 /* bytes */
        start local 1 // byte[] bytes
         1: .line 199
            aload 1 /* bytes */
            aload 1 /* bytes */
            arraylength
            invokestatic java.util.Arrays.copyOf:([BI)[B
            areturn
        end local 1 // byte[] bytes
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Landroid/util/EventLog$Event;
            1    2     1  bytes  [B

  public java.lang.Exception getLastError();
    descriptor: ()Ljava/lang/Exception;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 208
            aload 0 /* this */
            getfield android.util.EventLog$Event.mLastWtf:Ljava/lang/Exception;
            areturn
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/EventLog$Event;

  public void clearError();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 217
            aload 0 /* this */
            aconst_null
            putfield android.util.EventLog$Event.mLastWtf:Ljava/lang/Exception;
         1: .line 218
            return
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/util/EventLog$Event;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // android.util.EventLog$Event this
        start local 1 // java.lang.Object o
         0: .line 227
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 228
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 229
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast android.util.EventLog$Event
            astore 2 /* other */
        start local 2 // android.util.EventLog$Event other
         4: .line 230
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            aload 2 /* other */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            invokestatic java.util.Arrays.equals:([B[B)Z
            ireturn
        end local 2 // android.util.EventLog$Event other
        end local 1 // java.lang.Object o
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Landroid/util/EventLog$Event;
            0    5     1      o  Ljava/lang/Object;
            4    5     2  other  Landroid/util/EventLog$Event;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.util.EventLog$Event this
         0: .line 240
            aload 0 /* this */
            getfield android.util.EventLog$Event.mBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.array:()[B
            invokestatic java.util.Arrays.hashCode:([B)I
            ireturn
        end local 0 // android.util.EventLog$Event this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/EventLog$Event;
}
SourceFile: "EventLog.java"
NestHost: android.util.EventLog
InnerClasses:
  public final Event = android.util.EventLog$Event of android.util.EventLog