diff --git a/index.js b/index.js index 0926504..22c08f4 100644 --- a/index.js +++ b/index.js @@ -130,6 +130,8 @@ initNavigation(() => { store.dispatch(commonAction.checkVersion()) } } + }).catch(err => { + toast(err.stack, 'long') }) }) diff --git a/publish/changeLog.md b/publish/changeLog.md index 2b03729..c5e0720 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,4 +1,3 @@ -### 修复 +### 优化 -- 修复删除列表时会导致应用崩溃的问题 -- 修复原生代码导致的错误日志记录 +- 添加应用初始化出错时的错误捕获输出