CocoaPods trunk is moving to be read-only. Read more on the blog, there are 19 months to go.

KZMonitor 0.3.8

KZMonitor 0.3.8

Maintained by Doit, zhenglibao.



KZMonitor 0.3.8

  • By
  • liuyaping

Build Status Cocopods Pod License iOS Version

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

Cocopods

Analyze

Cocopods

Tool

Cocopods

Local server

Cocopods

Licenses

All source code is licensed under the MIT License.