Skip to content

Commit 620f9e0

Browse files
authored
Merge pull request #996 from Kingrd97/change-desc-and-remove-log
update md
2 parents 9e86ea4 + a20faf4 commit 620f9e0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Design/WasmSplit.md

+2
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,8 @@ wasmsplit-ci disable -p ./minigame-dir/
346346

347347
### 常见问题排查
348348
- 错误码:-10000401 密钥检验失败,请检查密钥是否正确 验签失败,请检查公钥私钥是否匹配
349+
- 出现"need retry task: retryInit"之类的日志后中断执行,如果不是私钥路径错误的话,一般是私钥格式不对,私钥和MP配置的公钥都需要是PEM格式的。
350+
- 使用CI分包后,miniprogram-ci上传时报错"main package source size 4369KB exceed max limit 4096KB",需要更新miniprogram-ci到beta版2.1.14。
349351
## FAQ
350352

351353
### 分包是否是必要的

tools/WXAssetBundleProvider.cs

-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,6 @@ internal void Start(ProvideHandle provideHandle)
652652
m_ProvideHandle.SetDownloadProgressCallbacks(GetDownloadStatus);
653653
m_ProvideHandle.SetWaitForCompletionCallback(WaitForCompletionHandler);
654654
#if UNLOAD_BUNDLE_ASYNC
655-
Debug.LogError("UNLOAD_BUNDLE_ASYNC");
656655
m_UnloadOperation = unloadOp;
657656
if (m_UnloadOperation != null && !m_UnloadOperation.isDone)
658657
m_UnloadOperation.completed += OnUnloadOperationComplete;

0 commit comments

Comments
 (0)