Tencent / 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.
http://gt.qq.com
4.4k stars 1.03k forks source link

iOS 集成后工程无法调用到 Log 相关的接口 #13

Open shuijinliuxi opened 7 years ago

shuijinliuxi commented 7 years ago

项目是用 swift 写的,桥接文件中也导入了头文件:#import "GT/GT.h",在项目的使用中, func_initGT、func_setGTAutorotate 这些接口能调用得到,但是 log 相关的接口无法调用,比如 func_logInfo、func_logDebug 之类的