diff --git a/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/IntBufferBatchMountItem.java b/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/IntBufferBatchMountItem.java index d6d3a0f9c2b..9d2aa1d63c8 100644 --- a/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/IntBufferBatchMountItem.java +++ b/ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/IntBufferBatchMountItem.java @@ -193,7 +193,7 @@ public class IntBufferBatchMountItem implements MountItem { public String toString() { try { StringBuilder s = new StringBuilder(); - s.append("IntBufferBatchMountItem:"); + s.append(String.format("IntBufferBatchMountItem [surface:%d]:\n", mSurfaceId)); int i = 0, j = 0; while (i < mIntBufferLen) { int rawType = mIntBuffer[i++];