cocos2d lua的cclog 在logcat中显示

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

  改成这样就可以了