Features
-
Monitor function
- Network request information.
- Freezing positioning.
- Crash log.
- Page load timeout.
- Hardware information.
-
Analyze function
- Network analyze.
- Hardware analyze.
- View tree information.
-
Tools function
- DNS lookup and it's time.
- Local server, web browsing monitoring logs and sandbox files.
- Custom disk log.
- Support for adding custom tools.
Getting Started
1. pod 'KZMonitor'
2. In application: didFinishLaunchingWithOptions: agent callback, add following code:
KZM_START_MONITOR;
KZM_SHOW_MONITOR;
You can choose appropriate APIs in KZMonitor.h according to your specific needs.
Samples
Monitor
Analyze
Tool
Local server
Licenses
All source code is licensed under the MIT License.