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.
嗨朋友们,我正在研究位置查找器应用程序,每次进入地图页面时,我都会收到类似警告:
"Received memory warning. Level=1"
该应用程序崩溃后不知道该怎么做,请帮助我。
提前致谢。
这意味着您有非常严重的内存泄漏。因此,您将需要使用仪器 - 内存泄漏来找到它们并修复它们。在此之前要做的一件好事是转到您的 xcode 菜单,产品 - 分析以首先找到所有明显的内存问题。
有时您也可以尝试设置断点,以找出崩溃的来源,如果分析和仪器的结果 - 内存泄漏没有多大意义。
不管我猜什么,你都必须学习如何使用乐器。你无法摆脱它。
希望这可以帮助。