mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
04c75ba988
commit
4a8575617c
+1
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user