Skip to content
#

crash

Here are 171 public repositories matching this topic...

ngan
ngan commented Apr 7, 2020

Description

config.ignore_classes should take an array of strings instead of constants (or either?)

Issue

As we add error classes to the ignore_classes we're realizing that we're inadvertently loading those classes that don't need to be loaded. It would be good if ignore_classes can take in an array of class names as strings since this comparison is done at the time of error any

一个无侵入的 iOS crash 防护框架,基于 Swizzle Method 的 Crash 防护。能有效的防止代码潜在的crash,自动在app运行时实时捕获导致app崩溃的破环因子,使app避免崩溃,照样可以继续正常运行。 主要参考了《大白健康系统--iOS APP运行时Crash自动修复系统》此文,以及AvoidCrash、QYCrashProtector、NeverCrash这三个框架编写而成。更多内容请看项目吧。

  • Updated Jan 10, 2019
  • Objective-C

Improve this page

Add a description, image, and links to the crash topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the crash topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.