public class android.util.EventLogTags
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.util.EventLogTags
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.util.EventLogTags this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.util.EventLogTags this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/EventLogTags;
    Exceptions:
      throws java.io.IOException

  public void <init>(java.io.BufferedReader);
    descriptor: (Ljava/io/BufferedReader;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.util.EventLogTags this
        start local 1 // java.io.BufferedReader input
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 1 // java.io.BufferedReader input
        end local 0 // android.util.EventLogTags this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Landroid/util/EventLogTags;
            0    1     1  input  Ljava/io/BufferedReader;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      input  

  public android.util.EventLogTags$Description get(java.lang.String);
    descriptor: (Ljava/lang/String;)Landroid/util/EventLogTags$Description;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.util.EventLogTags this
        start local 1 // java.lang.String name
         0: .line 42
            aconst_null
            areturn
        end local 1 // java.lang.String name
        end local 0 // android.util.EventLogTags this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/EventLogTags;
            0    1     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public android.util.EventLogTags$Description get(int);
    descriptor: (I)Landroid/util/EventLogTags$Description;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.util.EventLogTags this
        start local 1 // int tag
         0: .line 44
            aconst_null
            areturn
        end local 1 // int tag
        end local 0 // android.util.EventLogTags this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/util/EventLogTags;
            0    1     1   tag  I
    MethodParameters:
      Name  Flags
      tag   
}
SourceFile: "EventLogTags.java"
NestMembers:
  android.util.EventLogTags$Description
InnerClasses:
  public Description = android.util.EventLogTags$Description of android.util.EventLogTags
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()