[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]
Change-Id: Ieb50876078186c90231b0956f4b9c53b58f90520
public static String RDS_DELETE_ERROR;
public static String CANNOT_INSTALL;
public static String RDS_RES_INFO_PUSH_ERROR;
+ public static String CANNOT_FIND_RDS_INFO;
+ public static String CANNOT_FIND_DELTA;
+ public static String RDS_MODE_DISABLE;
+ public static String RDS_MODE_ENABLE;
+ public static String RDS_MODE_CONSOLE_TITLE;
public static String RDS_MODE_PREFIX;
}
RDS_DELETE_ERROR=Failed to delete file in target.
CANNOT_INSTALL = Cannot install application.
RDS_RES_INFO_PUSH_ERROR=Failed to upload resource information for RDS.
+CANNOT_FIND_RDS_INFO=Cannot find information of the latest launch.
+CANNOT_FIND_DELTA=Cannot find information of delta.
+RDS_MODE_DISABLE=RDS mode is disabled.
+RDS_MODE_ENABLE=RDS mode is enabled.
+RDS_MODE_CONSOLE_TITLE=, RDS Mode
RDS_MODE_PREFIX=[RDS]
\ No newline at end of file