# CallTrace **Repository Path**: dyldw/call-trace ## Basic Information - **Project Name**: CallTrace - **Description**: 通过hook objc_msgSend与objc_msgSendSuper来实现记录调用日志。 日志可以通过chrome trace viewer进行可视化展示。 可以安全的捕获异常,异常处理,以及记录异常过程。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-09-07 - **Last Updated**: 2022-09-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CallTrace [![CI Status](https://img.shields.io/travis/yilongdong/CallTrace.svg?style=flat)](https://travis-ci.org/yilongdong/CallTrace) [![Version](https://img.shields.io/cocoapods/v/CallTrace.svg?style=flat)](https://cocoapods.org/pods/CallTrace) [![License](https://img.shields.io/cocoapods/l/CallTrace.svg?style=flat)](https://cocoapods.org/pods/CallTrace) [![Platform](https://img.shields.io/cocoapods/p/CallTrace.svg?style=flat)](https://cocoapods.org/pods/CallTrace) ## Example To run the example project, clone the repo, and run `pod install` from the Example directory first. ## Requirements ## Installation CallTrace is available through [CocoaPods](https://cocoapods.org). To install it, simply add the following line to your Podfile: ```ruby pod 'CallTrace' ``` ## Author yilongdong, dyl20001223@163.com ## License CallTrace is available under the MIT license. See the LICENSE file for more info.