Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 增加补丁失效功能,支持补丁修复内容发生异常时业务方可以及时监控并失效 #352

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

feelschaotic
Copy link

背景:
为了增强鲁棒性,需要增加异常防范机制,当补丁内容发生异常时,希望及时监控到,并让补丁立即失效,避免增加报错率。

功能说明:
支持业务方实现回滚监听器,监听并记录补丁失效状态

备注:

  1. 有新补丁下载时业务方需要自己重置下本地的标志位,清空所有补丁回滚状态
  2. 详细示例见app MainActivity

- 支持业务方实现回滚监听器,监听
- 有新补丁下载时业务方需要自己重置下本地的标志位,清空所有补丁的回滚状态为false
- 详细示例见app MainActivity
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant