How to: Use CCLog to Debug project based on precompiled library

Symptoms

No log output of projects based on precompiled library .

Resolution

To solve this issue and use debug log, take the following interface description for reference.

cpp : log(“any string”)

lua : release_print(“any string”)

js : console.log(“any string”)


扫描二维码或在微信中搜索 KeepMovingXin
欢迎关注微信公众号!