Loading opengl/libs/EGL/egl.cpp +5 −0 Original line number Original line Diff line number Diff line Loading @@ -31,6 +31,7 @@ #include <cutils/properties.h> #include <cutils/properties.h> #include <cutils/memory.h> #include <cutils/memory.h> #include <utils/CallStack.h> #include <utils/String8.h> #include <utils/String8.h> #include "egldefs.h" #include "egldefs.h" Loading Loading @@ -147,6 +148,10 @@ static int gl_no_context() { if (egl_tls_t::logNoContextCall()) { if (egl_tls_t::logNoContextCall()) { LOGE("call to OpenGL ES API with no current context " LOGE("call to OpenGL ES API with no current context " "(logged once per thread)"); "(logged once per thread)"); LOGE("call stack before error:"); CallStack stack; stack.update(); stack.dump(); } } return 0; return 0; } } Loading Loading
opengl/libs/EGL/egl.cpp +5 −0 Original line number Original line Diff line number Diff line Loading @@ -31,6 +31,7 @@ #include <cutils/properties.h> #include <cutils/properties.h> #include <cutils/memory.h> #include <cutils/memory.h> #include <utils/CallStack.h> #include <utils/String8.h> #include <utils/String8.h> #include "egldefs.h" #include "egldefs.h" Loading Loading @@ -147,6 +148,10 @@ static int gl_no_context() { if (egl_tls_t::logNoContextCall()) { if (egl_tls_t::logNoContextCall()) { LOGE("call to OpenGL ES API with no current context " LOGE("call to OpenGL ES API with no current context " "(logged once per thread)"); "(logged once per thread)"); LOGE("call stack before error:"); CallStack stack; stack.update(); stack.dump(); } } return 0; return 0; } } Loading