TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Jun 2016 |
Maintained by nickcheng.
Depends on: | |
CocoaLumberjack | ~> 2.3.0 |
NSLogger | ~> 1.5.1 |
SSZipArchive | ~> 1.2.0 |
PLCrashReporter | ~> 1.2 |
CWL == Crash w/ Logs. When your app crash, zip and send the crash info and your recent logs.
This is a glue library.
I didn't expose all the properties of log and crash libraries. You can modify them in file NCCWL.m
to fit your need.
Open source libraries:
Other frameworks:
Place NCCWL
folder in your project. Add the dependences. That's all.
Import NCCWL.h
in your main delegate file. and place the code below in your application:didFinishLaunchingWithOptions
.
[[NCCWL sharedInstance] setCrashHandler:^(NSString *cwlFilePath) {
// Handle your zipped crash and logs.
// How about upload the zipped file to a remote server?
[Uploader uploadFile:cwlFilePath];
}];
If you have any problems when using this engine, please feel free to drop me an issue or contact me: