Skip to content

Commit 028b64b

Browse files
alexeylangfacebook-github-bot
authored andcommitted
Fix logging unpacking time when it happens concurrently with eager unpacking
Reviewed By: dcaspi Differential Revision: D6413546 fbshipit-source-id: 9ae167ea2f816b070da29cf81f653af568aed01a
1 parent a2fd3fc commit 028b64b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ReactAndroid/src/main/java/com/facebook/react/bridge/ReactMarkerConstants.java

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public enum ReactMarkerConstants {
5454
UNPACKING_JS_BUNDLE_LOADER_CHECK_START,
5555
UNPACKING_JS_BUNDLE_LOADER_CHECK_END,
5656
UNPACKING_JS_BUNDLE_LOADER_EXTRACTED,
57+
UNPACKING_JS_BUNDLE_LOADER_BLOCKED,
5758
loadApplicationScript_startStringConvert,
5859
loadApplicationScript_endStringConvert,
5960
PRE_SETUP_REACT_CONTEXT_START,

0 commit comments

Comments
 (0)