Merge "cleanup: fix typos in logs"
This commit is contained in:
commit
b74b87c516
@ -595,7 +595,7 @@ status_t SurfaceTexture::disconnect(int api) {
|
||||
Mutex::Autolock lock(mMutex);
|
||||
|
||||
if (mAbandoned) {
|
||||
LOGE("connect: SurfaceTexture has been abandoned!");
|
||||
LOGE("disconnect: SurfaceTexture has been abandoned!");
|
||||
return NO_INIT;
|
||||
}
|
||||
|
||||
|
@ -130,7 +130,7 @@ protected:
|
||||
if (window != NULL) {
|
||||
native_window_set_buffers_format(window, 0);
|
||||
if (native_window_api_disconnect(window, NATIVE_WINDOW_API_EGL)) {
|
||||
LOGE("EGLNativeWindowType %p disconnected failed", window);
|
||||
LOGW("EGLNativeWindowType %p disconnect failed", window);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user