mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-15 07:28:31 +08:00
add perf marker for i18n assets module creation
Reviewed By: AaaChiuuu Differential Revision: D4523956 fbshipit-source-id: b84a3d0887da512e3aebef5f02e77e992c151ec4
This commit is contained in:
committed by
Facebook Github Bot
parent
57f4671c8c
commit
904afaf8c7
@@ -54,4 +54,8 @@ public class ReactMarkerConstants {
|
||||
"I18N_MODULE_CONSTANTS_CONVERT_START";
|
||||
public static final String I18N_MODULE_CONSTANTS_CONVERT_END =
|
||||
"I18N_MODULE_CONSTANTS_CONVERT_END";
|
||||
public static final String CREATE_I18N_ASSETS_MODULE_START =
|
||||
"CREATE_I18N_ASSETS_MODULE_START";
|
||||
public static final String CREATE_I18N_ASSETS_MODULE_END =
|
||||
"CREATE_I18N_ASSETS_MODULE_END";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user