Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在调查一个看起来我们的项目正在泄漏文件句柄的问题。我们的应用程序工作了大约五分钟,但过了一会儿,低级文件打开功能又失败了。如果我手动泄漏文件句柄,我可以使问题发生得更快。
我们的代码库太复杂了,我无法开始逐行手动调试以查看发生了什么,因此我正在寻找某种调试工具来帮助调查此问题。
有任何想法吗?
谢谢
您应该使用仪器来跟踪任何泄漏。您构建的任何应用程序都应该真正通过仪器运行它。
https://developer.apple.com/library/ios/#documentation/DeveloperTools/Conceptual/InstrumentsUserGuide/Introduction/Introduction.html#//apple_ref/doc/uid/TP40004652
提示:使用泄漏分析您的应用程序,您应该能够追踪任何泄漏。