All Projects → wuyunfeng → iOS-Frezzing-ANR-Detector

wuyunfeng / iOS-Frezzing-ANR-Detector

Licence: other
An ANR (Application Not Respond) or Freeze Detector for iOS. Using `select()`

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to iOS-Frezzing-ANR-Detector

Jquery Flexselect
💪☑️ A jQuery plugin that turns regular select boxes into Quicksilver-like, flex-matching, incremental-finding controls.
Stars: ✭ 236 (+1023.81%)
Mutual labels:  select
react-native-autocomplete-dropdown
Dropdown Item picker with search and autocomplete (typeahead) functionality for react native
Stars: ✭ 87 (+314.29%)
Mutual labels:  select
vue-drag-select
基于Vue的仿原生操作系统鼠标拖拽选择
Stars: ✭ 63 (+200%)
Mutual labels:  select
Teaset
A UI library for react native, provides 20+ pure JS(ES6) components, focusing on content display and action control.
Stars: ✭ 2,845 (+13447.62%)
Mutual labels:  select
selectize-bootstrap4-theme
Selectize Theme for Bootstrap 4
Stars: ✭ 43 (+104.76%)
Mutual labels:  select
react-inputs-validation
A react component for form inputs validation. Online demo examples
Stars: ✭ 48 (+128.57%)
Mutual labels:  select
React Native Dropdown Picker
A single / multiple, categorizable & searchable item picker (dropdown) component for react native which supports both Android & iOS.
Stars: ✭ 230 (+995.24%)
Mutual labels:  select
vue-bootstrap-select
A vue version of bootstrap select
Stars: ✭ 46 (+119.05%)
Mutual labels:  select
use-downshift
use-downshift.now.sh
Stars: ✭ 38 (+80.95%)
Mutual labels:  select
ir-city-select
List of Iran provinces and cities to use in HTML forms. ( ~2.3KB gzipped )
Stars: ✭ 22 (+4.76%)
Mutual labels:  select
vaadin-select
Customizable Web Component similar to a native browser select. Part of the Vaadin components.
Stars: ✭ 18 (-14.29%)
Mutual labels:  select
tagselector
Dependency-free JS library that turns select fields in customizable tag clouds
Stars: ✭ 19 (-9.52%)
Mutual labels:  select
craft-select2
Filter / search a <select> using the popular Select2 fieldtype for Craft CMS
Stars: ✭ 18 (-14.29%)
Mutual labels:  select
Ng Select
⭐ Native angular select component
Stars: ✭ 2,781 (+13142.86%)
Mutual labels:  select
leaflet-area-select
Control to just select an area and provide bbox for it
Stars: ✭ 27 (+28.57%)
Mutual labels:  select
Tail.select
Create beautiful, functional and extensive (Multi) Select Fields with pure, vanilla JavaScript.
Stars: ✭ 235 (+1019.05%)
Mutual labels:  select
choc-autocomplete
🏇 Autocomplete Component Package for Chakra UI
Stars: ✭ 286 (+1261.9%)
Mutual labels:  select
relect
A Tiny React Single Select Component.
Stars: ✭ 35 (+66.67%)
Mutual labels:  select
nova-select-plus
A Laravel Nova Select Field
Stars: ✭ 67 (+219.05%)
Mutual labels:  select
insect
🛠 Highly customisable, minimalistic input x select field for React.
Stars: ✭ 33 (+57.14%)
Mutual labels:  select

#BMANRDector

#####An ANR (Application Not Respond) or Freeze Dector for iOS

link plcrashreporter

plcrashreporter

It is useful for you to locate the program problem when your Application does not respond or freezing. Too much threads may result in spending a lot time to print the proccess StackTrace. we will optimize this in future

检测应用程序无响应、冻屏并打印程序调用栈,帮助你定位程序问题

Download steps

git clone https://github.com/wuyunfeng/iOS-Frezzing-ANR-Detector.git git submodule update --init --recursive

Design Principle

How use?

You can install BMANRDector in your AppDelegate or some UIViewController

        BMANRDector *tool = [BMANRDector sharedInstance];
       [tool installTraceMode:BMANRStackTraceLive tolerance:6 searchMode:BMANRSearchModeANR];
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].