mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Fix MountItem logging
Summary: MountItem logging was broken in D25841763 (https://github.com/facebook/react-native/commit/4076293aa1059005704576530d8fe948b85e6a6d), by adding a field that wasn't logged. Fixed here. Changelog: [Internal] Reviewed By: mdvacca Differential Revision: D25934390 fbshipit-source-id: 2db4a809b150ad33ddf886db1db6585889bd7013
This commit is contained in:
committed by
Facebook GitHub Bot
parent
16a1fc7b7a
commit
a0403c0626
+2
-1
@@ -231,7 +231,8 @@ public class IntBufferBatchMountItem implements MountItem {
|
||||
} else if (type == INSTRUCTION_UPDATE_LAYOUT) {
|
||||
s.append(
|
||||
String.format(
|
||||
"UPDATE LAYOUT [%d]: x:%d y:%d w:%d h:%d layoutDirection:%d\n",
|
||||
"UPDATE LAYOUT [%d]: x:%d y:%d w:%d h:%d layoutDirection:%d displayType:%d\n",
|
||||
mIntBuffer[i++],
|
||||
mIntBuffer[i++],
|
||||
mIntBuffer[i++],
|
||||
mIntBuffer[i++],
|
||||
|
||||
Reference in New Issue
Block a user