We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d3c1b95 + 62fd531 commit bdb9759Copy full SHA for bdb9759
package/android/cpp/rnskia-android/SkiaOpenGLSurfaceFactory.h
@@ -89,8 +89,8 @@ class WindowSurfaceHolder {
89
90
// Check for exceptions
91
if (env->ExceptionCheck()) {
92
- RNSkLogger::logToConsole(
93
- "updateTexImage() failed. The exception above can safely be ignored");
+ RNSkLogger::logToConsole("updateAndRelease() failed. The exception above "
+ "can safely be ignored");
94
env->ExceptionClear();
95
}
96
@@ -162,4 +162,4 @@ class SkiaOpenGLSurfaceFactory {
162
163
};
164
165
-} // namespace RNSkia
+} // namespace RNSkia
0 commit comments