打什么帮看看 发布安卓包时候出的问题,
cocos js error: D:\client\build\jsb-default\src\project.js line:1 msg:mutating the [[Prototype]] of an object will cause your code to run very slowly; instead create the object with the correct initial [[Prototype]] value using Object.create
你是用的第三方库里面可能修改了某个对象的 __proto__
有么有什么好办法能够定位到具体是哪里出错