public class android.opengl.GLDebugHelper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.opengl.GLDebugHelper
  super_class: java.lang.Object
{
  public static final int CONFIG_CHECK_GL_ERROR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int CONFIG_CHECK_THREAD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int CONFIG_LOG_ARGUMENT_NAMES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int ERROR_WRONG_THREAD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 28672

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.opengl.GLDebugHelper this
         0: .line 31
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.opengl.GLDebugHelper this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/opengl/GLDebugHelper;

  public static javax.microedition.khronos.opengles.GL wrap(javax.microedition.khronos.opengles.GL, int, java.io.Writer);
    descriptor: (Ljavax/microedition/khronos/opengles/GL;ILjava/io/Writer;)Ljavax/microedition/khronos/opengles/GL;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // javax.microedition.khronos.opengles.GL gl
        start local 1 // int configFlags
        start local 2 // java.io.Writer log
         0: .line 80
            iload 1 /* configFlags */
            ifeq 2
         1: .line 81
            new android.opengl.GLErrorWrapper
            dup
            aload 0 /* gl */
            iload 1 /* configFlags */
            invokespecial android.opengl.GLErrorWrapper.<init>:(Ljavax/microedition/khronos/opengles/GL;I)V
            astore 0 /* gl */
         2: .line 83
      StackMap locals:
      StackMap stack:
            aload 2 /* log */
            ifnull 7
         3: .line 85
            iconst_4
            iload 1 /* configFlags */
            iand
            ifeq 4
            iconst_1
            goto 5
      StackMap locals:
      StackMap stack:
         4: iconst_0
         5: .line 84
      StackMap locals:
      StackMap stack: int
            istore 3 /* logArgumentNames */
        start local 3 // boolean logArgumentNames
         6: .line 86
            new android.opengl.GLLogWrapper
            dup
            aload 0 /* gl */
            aload 2 /* log */
            iload 3 /* logArgumentNames */
            invokespecial android.opengl.GLLogWrapper.<init>:(Ljavax/microedition/khronos/opengles/GL;Ljava/io/Writer;Z)V
            astore 0 /* gl */
        end local 3 // boolean logArgumentNames
         7: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* gl */
            areturn
        end local 2 // java.io.Writer log
        end local 1 // int configFlags
        end local 0 // javax.microedition.khronos.opengles.GL gl
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    8     0                gl  Ljavax/microedition/khronos/opengles/GL;
            0    8     1       configFlags  I
            0    8     2               log  Ljava/io/Writer;
            6    7     3  logArgumentNames  Z
    MethodParameters:
             Name  Flags
      gl           
      configFlags  
      log          

  public static javax.microedition.khronos.egl.EGL wrap(javax.microedition.khronos.egl.EGL, int, java.io.Writer);
    descriptor: (Ljavax/microedition/khronos/egl/EGL;ILjava/io/Writer;)Ljavax/microedition/khronos/egl/EGL;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // javax.microedition.khronos.egl.EGL egl
        start local 1 // int configFlags
        start local 2 // java.io.Writer log
         0: .line 101
            aload 2 /* log */
            ifnull 2
         1: .line 102
            new android.opengl.EGLLogWrapper
            dup
            aload 0 /* egl */
            iload 1 /* configFlags */
            aload 2 /* log */
            invokespecial android.opengl.EGLLogWrapper.<init>:(Ljavax/microedition/khronos/egl/EGL;ILjava/io/Writer;)V
            astore 0 /* egl */
         2: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* egl */
            areturn
        end local 2 // java.io.Writer log
        end local 1 // int configFlags
        end local 0 // javax.microedition.khronos.egl.EGL egl
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0          egl  Ljavax/microedition/khronos/egl/EGL;
            0    3     1  configFlags  I
            0    3     2          log  Ljava/io/Writer;
    MethodParameters:
             Name  Flags
      egl          
      configFlags  
      log          
}
SourceFile: "GLDebugHelper.java"