cocos2d lua的cclog 在logcat中显示

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

  改成这样就可以了

原文地址:https://www.cnblogs.com/gamesky/p/5884627.html