We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Reported function and line number for CCAssert
Reported function and line number for CCAssert
Refactor #1654 [Closed]
Status: | Closed | |
---|---|---|
Start date: | 2013-01-14 | |
Priority: | Normal | |
Due date: | ||
Assignee: | dumganhar | |
% Done: | 100% |
|
Category: | all | |
Target version: | cocos2d-2.1beta3-x-2.1.1 |
Refers to https://github.com/cocos2d/cocos2d-x/pull/1827
On android, we are now using `__android_log_print ` to implement CCAssert since on android assert has some bugs on Jelly Bean.
It needs to changed to assert after it’s fixed.