Skip to content

cdphantom/TPFDebugTool

 
 

Repository files navigation

TPFDebugTool

CI Status Version License Platform

Description

一个iOS 端的网络抓包工具

TPFDebugTool is a debugging tool to monitor the network, view the log, collect crash log.

这里写图片描述

Usage

 #import "JxbDebugTool.h"

 [[JxbDebugTool shareInstance] setMainColor:kColorWithRGB(0xff755a)]; //设置主色调
 [[JxbDebugTool shareInstance] enableDebugMode];//启用debug工具
 
 [JxbDebugTool shareInstance].arrOnlyHosts = @[@"www.baidu.com",@"www.qq.com"];  // 设置要监听的域名

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

TPFDebugTool is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "TPFDebugTool"

Author

pzhtpf, [email protected]

License

TPFDebugTool is available under the MIT license. See the LICENSE file for more info.

About

一个iOS 端的网络抓包工具

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 98.4%
  • Ruby 1.6%