diff --git a/engine/src/flutter/shell/platform/android/io/flutter/plugin/platform/ImageReaderPlatformViewRenderTarget.java b/engine/src/flutter/shell/platform/android/io/flutter/plugin/platform/ImageReaderPlatformViewRenderTarget.java index 419fb12cc71..507269834a2 100644 --- a/engine/src/flutter/shell/platform/android/io/flutter/plugin/platform/ImageReaderPlatformViewRenderTarget.java +++ b/engine/src/flutter/shell/platform/android/io/flutter/plugin/platform/ImageReaderPlatformViewRenderTarget.java @@ -44,7 +44,7 @@ public class ImageReaderPlatformViewRenderTarget implements PlatformViewRenderTa try { image = reader.acquireLatestImage(); } catch (IllegalStateException e) { - Log.e(TAG, "onImageAvailable acquireLatestImage failed: " + e.toString()); + Log.e(TAG, "onImageAvailable acquireLatestImage failed: " + e); } if (image == null) { return;