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

Commit b74b87c5 authored by Mathias Agopian's avatar Mathias Agopian Committed by Android (Google) Code Review
Browse files

Merge "cleanup: fix typos in logs"

parents 02a74218 06649fec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
    }

+1 −1
Original line number Diff line number Diff line
@@ -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);
            }
        }
    }