Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit edeb1dc

Browse files
authored
Update FlutterRenderer.java
remove the unnecessary log
1 parent 488420c commit edeb1dc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shell/platform/android/io/flutter/embedding/engine/renderer/FlutterRenderer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ public void run() {
248248
if (!flutterJNI.isAttached()) {
249249
return;
250250
}
251-
Log.v(TAG, "Releasing a SurfaceTexture (" + id + ").");
252251
unregisterTexture(id);
253252
removeListener();
254253
}

0 commit comments

Comments
 (0)