Skip to content

Commit

Permalink
update AliHotFix
Browse files Browse the repository at this point in the history
  • Loading branch information
monsterLin committed Aug 17, 2017
1 parent 4b0a145 commit e58ad26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private void initSophix() {
SophixManager.getInstance().setContext(this)
.setAppVersion(appVersion)
.setAesKey(null)
.setEnableDebug(true)
.setEnableDebug(false)
.setPatchLoadStatusStub(new PatchLoadStatusListener() {
@Override
public void onLoad(final int mode, final int code, final String info, final int handlePatchVersion) {
Expand Down

0 comments on commit e58ad26

Please sign in to comment.