Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3d26c809 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am b7f3742f: am d9be16f9: Merge "Fix OpenGL stub exception handling."

* commit 'b7f3742f':
  Fix OpenGL stub exception handling.
parents ff98f3e5 b7f3742f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1073,6 +1073,7 @@ public class JniCodeEmitter {
                String decl = type.getDeclaration();
                needsExit = true;
                out.println(indent + "if (!" + cname + ") {");
                out.println(indent + indent + "_exception = 1;");
                out.println(indent + indent +
                            "_exceptionType = \"java/lang/IllegalArgumentException\";");
                out.println(indent + indent +