chenfanfang / AvoidCrash

This framework can effective avoid crash by potential error code. For example : If you insert a nil into a mutable array, this framework can avoid crash and note you that where cause crash.
MIT License
1.64k stars 383 forks source link

希望大家继续共建! #80

Open CoderEYLee opened 8 months ago

CoderEYLee commented 8 months ago

仓库地址(fork 的本仓库): https://github.com/CoderEYLee/AvoidCrash.git master(用来同步该仓库的修改) dev: 自己增加了部分拦截处理