1、 Overview
Case scenario: an exception occurred when using OpenGLES + EGL + surfaceview to implement texture mapping.
2、 Solution
Reason: in the method of reporting an error location, add return to because this method explicitly specifies that there should be a return value, which is forgotten when writing the result. The sad thing is that the compilation passes and an error is reported.