Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 268 Bytes

异常捕获.md

File metadata and controls

10 lines (6 loc) · 268 Bytes

异常捕获

1. ui层 componentDidCatch 处理render异常 react 错误边界

2. js层,global.ErrorUtils.setGlobalHandler rn 内部异常捕获

3. 底层,可以使用bugly 或者其他第三方库

error上报

!__DEV__ 把错误上报