From 4a8575617ccb9d571a9dce0ab37bbc5f04cd77a2 Mon Sep 17 00:00:00 2001 From: Joshua Gross Date: Tue, 16 Aug 2022 12:21:52 -0700 Subject: [PATCH] Fix logging crash in IntBufferMountItem Summary: Unfortunately my last diff didn't completely fix this; now there are more printed parameters than arguments provided to the formatter. Easy fix, confirmed this works by running internally. Changelog: [Internal] Reviewed By: NickGerleman Differential Revision: D38678116 fbshipit-source-id: 51f32905debc1946bc260f06a5bdc2f43141ddf4 --- .../fabric/mounting/mountitems/IntBufferBatchMountItem.java | 1 + 1 file changed, 1 insertion(+) 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 f1c9106af5..00541d484e 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 @@ -257,6 +257,7 @@ public class IntBufferBatchMountItem implements MountItem { mIntBuffer[i++], mIntBuffer[i++], mIntBuffer[i++], + mIntBuffer[i++], mIntBuffer[i++])); } else if (type == INSTRUCTION_UPDATE_PADDING) { s.append(