We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86c2fe4 commit 53f6cddCopy full SHA for 53f6cdd
libs/gui/SurfaceTexture.cpp
@@ -595,7 +595,7 @@ status_t SurfaceTexture::disconnect(int api) {
595
Mutex::Autolock lock(mMutex);
596
597
if (mAbandoned) {
598
- LOGE("connect: SurfaceTexture has been abandoned!");
+ LOGE("disconnect: SurfaceTexture has been abandoned!");
599
return NO_INIT;
600
}
601
opengl/libs/EGL/egl_object.h
@@ -130,7 +130,7 @@ class egl_surface_t: public egl_object_t {
130
if (window != NULL) {
131
native_window_set_buffers_format(window, 0);
132
if (native_window_api_disconnect(window, NATIVE_WINDOW_API_EGL)) {
133
- LOGE("EGLNativeWindowType %p disconnected failed", window);
+ LOGW("EGLNativeWindowType %p disconnect failed", window);
134
135
136
0 commit comments