ios - 新接手项目,60000+ 内存泄漏,如何破,有什么好方法!!!
PHPz
PHPz 2017-04-18 09:20:13
0
6
425

新接手项目,60000+ 内存泄漏,如何破,有什么好方法!!!

PHPz
PHPz

学习是最好的投资!

reply all(6)
PHPzhong

There shouldn’t be a lot of leaks. It could be that a leak was called so many times that the leak was amplified.

巴扎黑

Run each test in the unit test 100 times to see which step is missing, find the leaking place and fix it, and then cut off the person who developed this part

小葫芦

Troubleshoot the memory leak in the executed business. It may be that an array or data has not been released, or it may be caused by a wrong loop operation. Tools are generally very helpful in finding the problem. If you still can't find it, you can comment and execute the suspicious code in sections to determine it. .
In the end, no matter who wrote the code in front of you, it won’t work if you scold him ten thousand times. After all, it’s already in your hands (wry smile).

Ty80

Redo... and then yell at the person before SB

阿神

Rage at the previous programmers and raise this number to 80,000+.

PHPzhong

I choose a dog leash. . . .

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template