diff --git a/package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h b/package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h index ac8a2855..b9c12fc8 100644 --- a/package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h +++ b/package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h @@ -89,8 +89,8 @@ class WindowSurfaceHolder { // Check for exceptions if (env->ExceptionCheck()) { - RNSkLogger::logToConsole( - "updateTexImage() failed. The exception above can safely be ignored"); + RNSkLogger::logToConsole("updateAndRelease() failed. The exception above " + "can safely be ignored"); env->ExceptionClear(); } } @@ -162,4 +162,4 @@ class SkiaOpenGLSurfaceFactory { } }; -} // namespace RNSkia \ No newline at end of file +} // namespace RNSkia