mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
添加应用初始化出错时的错误捕获输出
This commit is contained in:
parent
ac95f98157
commit
ee1cbfb25a
2
index.js
2
index.js
@ -130,6 +130,8 @@ initNavigation(() => {
|
|||||||
store.dispatch(commonAction.checkVersion())
|
store.dispatch(commonAction.checkVersion())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}).catch(err => {
|
||||||
|
toast(err.stack, 'long')
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
### 修复
|
### 优化
|
||||||
|
|
||||||
- 修复删除列表时会导致应用崩溃的问题
|
- 添加应用初始化出错时的错误捕获输出
|
||||||
- 修复原生代码导致的错误日志记录
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user