Fix logging unpacking time when it happens concurrently with eager unpacking
Reviewed By: dcaspi Differential Revision: D6413546 fbshipit-source-id: 9ae167ea2f816b070da29cf81f653af568aed01a
This commit is contained in:
parent
a2fd3fcef8
commit
028b64bcd3
|
@ -54,6 +54,7 @@ public enum ReactMarkerConstants {
|
|||
UNPACKING_JS_BUNDLE_LOADER_CHECK_START,
|
||||
UNPACKING_JS_BUNDLE_LOADER_CHECK_END,
|
||||
UNPACKING_JS_BUNDLE_LOADER_EXTRACTED,
|
||||
UNPACKING_JS_BUNDLE_LOADER_BLOCKED,
|
||||
loadApplicationScript_startStringConvert,
|
||||
loadApplicationScript_endStringConvert,
|
||||
PRE_SETUP_REACT_CONTEXT_START,
|
||||
|
|
Loading…
Reference in New Issue