add perf marker for i18n assets module creation

Reviewed By: AaaChiuuu

Differential Revision: D4523956

fbshipit-source-id: b84a3d0887da512e3aebef5f02e77e992c151ec4
This commit is contained in:
Kevin Gozali
2017-02-08 00:42:49 -08:00
committed by Facebook Github Bot
parent 57f4671c8c
commit 904afaf8c7

View File

@@ -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";
}