cocos2d / cocos2d-js__old__

cocos2d in JavaScript central repository
14 stars 9 forks source link

Cocos2d-x + JavaScript stability issues on Android #77

Open folecr opened 11 years ago

folecr commented 11 years ago

We have found stability issues on Android when apps that use Cocos2d-X pause and resume.

It seems that there is a crash in the JavaScript bindings code.

dumganhar commented 11 years ago

what's the crash?Could you provide the crash stack?

folecr commented 11 years ago

Looks like this occurs when switching between multiple cocos2d-x activities in one application... will try to reproduce this in non-proprietary code.