cocos2d lua的cclog 在logcat中显示

-- cclog
cclog = function(...)
    release_print(string.format(...))
end

  改成这样就可以了

posted on 2016-09-19 11:53  -冷夜-  阅读(1553)  评论(0)    收藏  举报

导航