mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-06-11 18:19:34 +08:00
Add systrace to UIManagerModule.createConstants
Summary: - Differentiate when the constants are coming from lazy view managers or not - Add systrace sections to each reactpackage iteration for lazy view managers Differential Revision: D9664719 fbshipit-source-id: 3b8c6b3b40667a833471fcb957367501781b0f5d
This commit is contained in:
committed by
Facebook Github Bot
parent
1edeaef6ca
commit
cb6196073a
@@ -99,7 +99,7 @@ import javax.annotation.Nullable;
|
||||
constants.put(viewManagerName, viewManagerConstants);
|
||||
}
|
||||
} finally {
|
||||
Systrace.endSection(TRACE_TAG_REACT_JAVA_BRIDGE);
|
||||
SystraceMessage.endSection(TRACE_TAG_REACT_JAVA_BRIDGE);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user