Skip to content

Commit

Permalink
Fix logging unpacking time when it happens concurrently with eager un…
Browse files Browse the repository at this point in the history
…packing

Reviewed By: dcaspi

Differential Revision: D6413546

fbshipit-source-id: 9ae167ea2f816b070da29cf81f653af568aed01a
  • Loading branch information
alexeylang authored and facebook-github-bot committed Nov 27, 2017
1 parent a2fd3fc commit 028b64b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 028b64b

Please sign in to comment.