All Projects → HappyAndroid946 → Crashcanary

HappyAndroid946 / Crashcanary

Licence: mit
CrashCanary是一个无侵入的安卓崩溃日志记录工具,对你的代码没有任务侵入性,无需申请权限,只需要添加依赖,即可在程序崩溃时记录崩溃日志并可查看所有日志。

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Crashcanary

Esp32 esp8266 attacks
Proof of Concept of ESP32/8266 Wi-Fi vulnerabilties (CVE-2019-12586, CVE-2019-12587, CVE-2019-12588)
Stars: ✭ 686 (+292%)
Mutual labels:  crash
Jjexception
Protect the objective-c application(保护App不闪退)
Stars: ✭ 1,216 (+594.86%)
Mutual labels:  crash
Defensecrash
Android defense crash
Stars: ✭ 128 (-26.86%)
Mutual labels:  crash
Planb Android
A crash recovery library for Android. It allows tracking and handling crashes with different rules for debugging and production.
Stars: ✭ 29 (-83.43%)
Mutual labels:  crash
Sentry React Native
Official Sentry SDK for react-native
Stars: ✭ 1,032 (+489.71%)
Mutual labels:  crash
Crashreporter
Lightweight macOS Crash Reporter Setup
Stars: ✭ 100 (-42.86%)
Mutual labels:  crash
Lldebugtool
LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
Stars: ✭ 673 (+284.57%)
Mutual labels:  crash
Bugsnag Go
Automatic panic monitoring for Go and Go web frameworks, like negroni, gin, and revel
Stars: ✭ 155 (-11.43%)
Mutual labels:  crash
Bugsnag Python
Official bugsnag error monitoring and error reporting for django, flask, tornado and other python apps.
Stars: ✭ 69 (-60.57%)
Mutual labels:  crash
Dr.light
iOS safety kit to avoid crash in some cases(OC)
Stars: ✭ 127 (-27.43%)
Mutual labels:  crash
Crashanalyse
iOS crash log analyse,One click to complete.
Stars: ✭ 34 (-80.57%)
Mutual labels:  crash
Lldebugtoolswift
LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
Stars: ✭ 40 (-77.14%)
Mutual labels:  crash
Crashsdk
catch crash on Android(arm/x86)
Stars: ✭ 107 (-38.86%)
Mutual labels:  crash
Bugsnag Laravel
Bugsnag notifier for the Laravel PHP framework. Monitor and report Laravel errors.
Stars: ✭ 746 (+326.29%)
Mutual labels:  crash
Recovery
Blog:https://zhengxiaoyong.com Wechat:
Stars: ✭ 1,679 (+859.43%)
Mutual labels:  crash
Rxjava2debug
RxJava 2.x extension to provide meaningful Stack Traces
Stars: ✭ 673 (+284.57%)
Mutual labels:  crash
Csgo Crash Exploit
Allows you to crash any Windows user
Stars: ✭ 87 (-50.29%)
Mutual labels:  crash
Nevercrash
🌍 全局捕获Crash。信NeverCrash,永不Crash。
Stars: ✭ 170 (-2.86%)
Mutual labels:  crash
Xcrash
🔥 xCrash provides the Android app with the ability to capture java crash, native crash and ANR. No root permission or any system permissions are required.
Stars: ✭ 148 (-15.43%)
Mutual labels:  crash
Koom
KOOM is an OOM killer on mobile platform by Kwai.
Stars: ✭ 2,247 (+1184%)
Mutual labels:  crash

CrashCanary

logo

GitHub license

English

CrashCanary是一个无侵入的安卓崩溃日志记录库,对你的代码没有任务侵入性,无需申请权限,只需要添加依赖,即可在程序崩溃时记录崩溃日志并可查看所有日志。

Preview

preview

Implementation

Step 1. Add the JitPack repository to your build file

	allprojects {
		repositories {
			...
			maven { url 'https://jitpack.io' }
		}
	}

Step 2. Add the dependency

debugImplementation  'com.github.giswangsj:CrashCanary:1.0.3'

通过debugImplementation方式添加依赖只在debug模式生效,release模式不会生效。

Usage

添加完对CrashCanary的依赖后无需添加任何代码,是的,你没看错,就是真么0浸入。

一旦你的应用发生异常崩溃,可以进入和你应用同名的图标为CrashCanary的入口,查看崩溃日志。

enterancelist detail

记录列表中可以长按item删除该日志。

License

CrashCanary is released under the Apache License version 2.0.

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].