mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Update systrace markers
Reviewed By: AaaChiuuu Differential Revision: D5707578 fbshipit-source-id: 90afc7c0c7dd66eda621f990ca3a11848adeb4e5
This commit is contained in:
committed by
Facebook Github Bot
parent
e9d7711847
commit
c68bb6a72c
@@ -74,7 +74,7 @@ std::vector<std::string> ModuleRegistry::moduleNames() {
|
||||
}
|
||||
|
||||
folly::Optional<ModuleConfig> ModuleRegistry::getConfig(const std::string& name) {
|
||||
SystraceSection s("getConfig", "module", name);
|
||||
SystraceSection s("ModuleRegistry::getConfig", "module", name);
|
||||
|
||||
// Initialize modulesByName_
|
||||
if (modulesByName_.empty() && !modules_.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user