Skip to content

Commit e6df5cd

Browse files
JoshuaGrossroryabraham
authored andcommitted
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
1 parent a326144 commit e6df5cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReactAndroid/src/main/java/com/facebook/react/fabric/mounting/mountitems/IntBufferBatchMountItem.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ public String toString() {
257257
mIntBuffer[i++],
258258
mIntBuffer[i++],
259259
mIntBuffer[i++],
260+
mIntBuffer[i++],
260261
mIntBuffer[i++]));
261262
} else if (type == INSTRUCTION_UPDATE_PADDING) {
262263
s.append(

0 commit comments

Comments
 (0)