騰訊GT開源:(隨身調)是APP的隨身調試平臺
來自: https://github.com/TencentOpen/GT
[US English]
What is GT?
GT (Great Tit) is a portable debugging tool for bug hunting and performance tuning on smartphones anytime and anywhere just as listening music with Walkman. GT can act as the Integrated Debug Environment by directly running on smartphones.
With the help of GT, you can carry out the following jobs only using one smartphone: quick performance tests (CPU, memory, flow, power, fluency tests etc.), viewing developer log and crash log, capturing the network packets, debugging the APP internal parameters and code time-consuming statistics.
If the functions GT provides cannot meet your requirements, you can also develop your own GT plugins with special functions to help solving more complicated debugging issues.
For more details, please refer tohttp://gt.qq.com
How to use?
GT are supported on both IOS and Android platforms.
The IOS GT is a Framework package, which must be compiled into your APPs before being used. It can be supported by both iPhone and iPad APPs.
The Android GT is composed of one GT console APP which can be installed directly and GT SDK. GT SDK must be embedded into the applications so that GT console can display the information and modify the parameters.
If you have more questions, welcome to join our QQ group: 145535035 (Note: when applying to join the QQ group please attach the following information: GT Communication)
Source code description
The directory "android" is for Android GT version. The directory "ios" is for iOS GT version.
[Simplified Chinese]
什么是GT?
GT(隨身調)是APP的隨身調試平臺,它是直接運行在手機上的“集成調試環境”(IDTE, Integrated Debug Environment)。
利用GT,僅憑一部手機,無需連接電腦,即可對APP進行快速的性能測試(CPU、內存、流量、電量、幀率/流暢度等等)、開發日志的查看、Crash日志查看、網絡數據包的抓取、APP內部參數的調試、真機代碼耗時統計等。
如果您覺得GT提供的功能還不夠滿足您的需要,您還可以利用GT提供的基礎API自行開發有特殊功能的GT插件,幫助您解決更加復雜的APP調試問題。
詳情請見官網:http://gt.qq.com
如何使用?
GT支持iOS和Android兩個手機平臺,其中:
iOS版是一個Framework包,必須嵌入APP工程,編譯出帶GT的APP才能使用;iPhone和iPad應用都能支持。
Android版由一個可直接安裝的GT控制臺APP和GT SDK組成,GT控制臺可以獨立安裝使用,SDK需嵌入被調試的應用、并利用GT控制臺進行信息展示和參數修改。
使用交流請加QQ群:145535035(申請加入QQ群時請提供如下信息:交流GT使用)
源代碼說明
android是Android版本GT。 ios是iOS版本GT。
</article>