[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-6922":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":15,"stars90d":16,"forks30d":16,"starsTrendScore":18,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":25,"readmeContent":26,"aiSummary":27,"trendingCount":16,"starSnapshotCount":16,"syncStatus":28,"lastSyncTime":29,"discoverSource":30},6922,"GodEye","zixun\u002FGodEye","zixun","Automaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes","",null,"Swift",3878,350,78,8,0,5,3,62.94,"MIT License",false,"master",true,[],"2026-06-12 04:00:31","\u003Cp align=\"center\">\n  \u003Cimg src=\".\u002Fdesign\u002Fimage\u002Flogo.png\" width=\"1000\" height=\"250\"\u002F>\n\u003C\u002Fp>\n\n# GodEye\n\n[![Version](https:\u002F\u002Fimg.shields.io\u002Fcocoapods\u002Fv\u002FLog4G.svg?style=flat)](http:\u002F\u002Fcocoapods.org\u002Fpods\u002FGodEye)\n[![License](https:\u002F\u002Fimg.shields.io\u002Fcocoapods\u002Fl\u002FLog4G.svg?style=flat)](http:\u002F\u002Fcocoapods.org\u002Fpods\u002FGodEye)\n[![Platform](https:\u002F\u002Fimg.shields.io\u002Fcocoapods\u002Fp\u002FLog4G.svg?style=flat)](http:\u002F\u002Fcocoapods.org\u002Fpods\u002FGodEye)\n[![Carthage compatible](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FCarthage-Compatible-brightgreen.svg?style=flat)](https:\u002F\u002Fgithub.com\u002FCarthage\u002FCarthage)\n\nAutomaticly display Log,Crash,Network,ANR,Leak,CPU,RAM,FPS,NetFlow,Folder and etc with one line of code based on Swift. Just like God opened his eyes.\n\n**[中文文档](.\u002FREADME_CN.md)**\n\nIt's so huge that I split it into several independent components:\n\n* [Log4G] — Simple, lightweight logging framework written in Swift.\n* [AssistiveButton] — Simple Assistive Button.\n* [AppBaseKit] — A handy kit of Swift extensions and wrapped class to boost your productivity.\n* [AppSwizzle] — lightweight and flexible method swizzling wrapped by swift.\n* [LeakEye] — LeakEye is a memory leak monitor.\n* [NetworkEye] — NetworkEye is a network monitor,automatic catch the request and response infomation of all kinds of request send.\n* [ANREye] — ANREye is an ANR (Application Not Responding) monitor,automatic catch the ANR and return stacktrace of all threads.\n* [ASLEye] — ASLEye is an ASL(Apple System Log) monitor, automatic catch the log from NSLog by asl module.\n* [CrashEye] — CrashEye is an ios crash monitor，automatic catch exception crash & signal crash and return the stacktrace.\n* [SystemEye] — SystemEye is a system monitor,automatic catch the infomation of cpu,memory....etc.\n\n## Features\n\n- [x] monitor for the log and point out log type.\n- [x] monitor for the crash, include Uncatched Exception and Signal.\n- [x] monitor for the network, all information of request and response.\n- [x] monitor for the ANR, tell you the stacktrace of all threads.\n- [x] monitor for the memory leak, tell you the leak object's class name.\n- [x] a terminal for you to customized your commands and things what to do.\n- [x] monitor for the cpu usage of system and application.\n- [x] monitor for the ram usage of system and application.\n- [x] monitor for the FPS.\n- [x] monitor for the netflow of system and application. \n- [x] a file browser for look through the sandbox, .app and root directory.\n- [x] custom and runtime setting\n\n## Characteristics\n\n- [x] richly: comprehensive feature\n- [x] conveniently: one line code access\n- [x] automaticly: no code intrusion\n- [x] safety: no compile code in release\n\n\n## Preview\n\n  \u003Cimg src=\".\u002Fdesign\u002Fimage\u002Fpreview_meitu_1.jpg\" width=\"100%\"\u002F>\n\n\n## Book and Principle\n\n**I has wrote a book named [《iOS监控编程》](https:\u002F\u002Fxiaozhuanlan.com\u002Fgodeye),each chapter records the course function of the implementation details and the way to explore.sorry for english friends,this book wrote by chineses.**\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\".\u002Fdesign\u002Fimage\u002Fcover.jpg\" width=45%\u002F>\n\u003C\u002Fp>\n\n## Installation\n\n### CocoaPods\nGodEye is available through [CocoaPods](http:\u002F\u002Fcocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"GodEye\"\n```\n\n#### Not build in Release\n\nFirst, add configurations in Podfile.\n\n```ruby\npod 'GodEye', '~> 1.0.0', :configurations => ['Debug']\n```\n\nThen, find `Other Swift Flags` in your target's `Build Settings`,add `DEBUG` in Debug scheme.\n\nFinally, add `DEBUG` macro in makeEye：\n\n```swift\n#if DEBUG \n    GodEye.makeEye(with: self.window!)\n#endif\n```\n\n### Carthage\nOr, if you’re using [Carthage](https:\u002F\u002Fgithub.com\u002FCarthage\u002FCarthage), add GodEye to your Cartfile:\n\n``` \ngithub \"zixun\u002FGodEye\"\n```\n\n#### Add GodEye to Embed Frameworks\nOn your application targets’ `“General”` settings tab, in the “Embed Frameworks” section, drag and drop `GodEye.framework` from the Carthage\u002FBuild folder on disk.\n\n#### Add Dependency to Linked Frameworks and Libraries\nOn your application targets’ `“General”` settings tab, in the “Linked Frameworks and Libraries” section, drag and drop the dependency framework used in GodEye from the Carthage\u002FBuild folder on disk.\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\".\u002Fdesign\u002Fimage\u002Fdependency.jpg\" width=\"683\" height=\"429\"\u002F>\n\u003C\u002Fp>\n\n#### Add Run Script\nOn your application targets’ “Build Phases” settings tab, click the “+” icon and choose “New Run Script Phase”. Create a Run Script in which you specify your shell (ex: \u002Fbin\u002Fsh), add the following contents to the script area below the shell:\n\n```\n\u002Fusr\u002Flocal\u002Fbin\u002Fcarthage copy-frameworks\n```\n\nand add the paths to the frameworks you want to use under “Input Files”:\n\n\u003Cp align=\"center\">\n  \u003Cimg src=\".\u002Fdesign\u002Fimage\u002Frunscript.jpg\" width=\"690\" height=\"565\"\u002F>\n\u003C\u002Fp>\n\n\n## OpenSource Application Use GodEye\n\n[CocoaChinaPlus](https:\u002F\u002Fgithub.com\u002Fzixun\u002FCocoaChinaPlus) is an open source application wrote by swift, now the GodEye is work well in it!\n\n## Usage\n\nimport at AppDelegate:\n\n```swift\nimport GodEye\n```\n\nmaking GodEye at `application:didFinishLaunchingWithOptions`:\n\n```ruby\nGodEye.makeEye(with:self.window!)\n```\n\nwell, make GodEye with one line code as above will use default configuration.We also can custom our configuration:\n\n```swift\nlet configuration = Configuration()\nconfiguration.command.add(command: \"test\", description: \"test command\") { () -> (String) in\n    return \"this is test command result\"\n}\nconfiguration.command.add(command: \"info\", description: \"print test info\") { () -> (String) in\n    return \"info\"\n}\n    \nGodEye.makeEye(with: self.window!, configuration: configuration)\n```\n\nthe example above is custom command configuration, we also can custom control and switch configuration.see detail at `ControlConfiguration` and `SwitchConfiguration`\n\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Author\n\ntwitter: [@zixun_](https:\u002F\u002Ftwitter.com\u002Fzixun_)\n\nemail: chenyl.exe@gmail.com\n\ngithub: [zixun](https:\u002F\u002Fgithub.com\u002Fzixun)\n\nblog: [子循(SubCycle)](http:\u002F\u002Fzixun.github.io\u002F)\n\n## Thanks\nFirst is Github, it gives me a lot of ideas and inspiration, and even ready-made code:\n\n* Log monitor inspired by [AELog](https:\u002F\u002Fgithub.com\u002Ftadija\u002FAELog)\n* Crash monitor inspired by [GT](https:\u002F\u002Fgithub.com\u002FTencent\u002FGT)\n* ANR monitor inspired by [Watchdog](https:\u002F\u002Fgithub.com\u002Fwojteklu\u002FWatchdog)\n* Network monitor inspired by [NetworkEye](https:\u002F\u002Fgithub.com\u002Fcoderyi\u002FNetworkEye)\n\nSecondly is StackOverFlow, it answers a lot of problems encountered in the author's writing and development,here are a few images of deep:\n\n* CPU usage of application:[ios-get-cpu-usage-from-application](https:\u002F\u002Fstackoverflow.com\u002Fquestions\u002F8223348\u002Fios-get-cpu-usage-from-application)\n* CPU usage of system:[get-cpu-percent-usage](https:\u002F\u002Fstackoverflow.com\u002Fquestions\u002F6785069\u002Fget-cpu-percent-usage)\n\nFinally, thanks to several great blog:\n\n* Memory Leak inspired by MrPeak's PLeakSniffer: [http:\u002F\u002Fmrpeak.cn\u002Fblog\u002Fleak](http:\u002F\u002Fmrpeak.cn\u002Fblog\u002Fleak)\n* wereadteam's MLeaksFinder: [https:\u002F\u002Fwereadteam.github.io\u002F2016\u002F02\u002F22\u002FMLeaksFinder](https:\u002F\u002Fwereadteam.github.io\u002F2016\u002F02\u002F22\u002FMLeaksFinder)\n\n## License\n\nGodEye is available under the MIT license. See the LICENSE file for more info.\n\n\n","GodEye 是一个基于 Swift 的工具，能够通过一行代码自动展示日志、崩溃、网络、ANR、内存泄漏、CPU、RAM、FPS、网络流量等信息。其核心功能包括全面的监控能力，如日志类型识别、崩溃检测（未捕获异常和信号）、网络请求响应详情追踪、ANR 监控及线程堆栈跟踪、内存泄漏监测等，并提供了一个终端用于自定义命令执行。此外，它还支持系统与应用级别的 CPU 和 RAM 使用情况、帧率以及网络流量监控。GodEye 以其丰富的特性、便捷的一行代码接入方式、自动化无侵入式的设计以及安全性著称，非常适合 iOS 开发者在开发过程中进行性能分析与调试使用。",2,"2026-06-11 03:09:34","top_language"]