update:极光推送优化
fix:
add:
This commit is contained in:
2021-05-11 17:57:46 +08:00
parent ae64cb87e9
commit 2702ddab42
10 changed files with 606 additions and 546 deletions

View File

@@ -294,7 +294,7 @@ public class TagAliasOperatorHelper {
setActionCache.remove(sequence);
String logs = getActionStr(tagAliasBean.action)+" alias success";
Logger.i(TAG,logs);
Log.e("fht","JPush绑定成功");
Log.e("fht","Alias绑定成功");
ExampleUtil.showToast(logs, context);
}else{
String logs = "Failed to " + getActionStr(tagAliasBean.action)+" alias, errorCode:" + jPushMessage.getErrorCode();