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:
Alexey Lang 2017-11-27 12:26:42 -08:00 committed by Facebook Github Bot
parent a2fd3fcef8
commit 028b64bcd3
1 changed files with 1 additions and 0 deletions

View File

@ -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,