malloc_history cannot examine process xxxxxx because the process does not exist in iOS

吃可爱长大的小学妹 提交于 2019-12-06 02:06:49

I've found for myself, that malloc_history is unable to track memory log of the device while successfully tracking the simulators memory log. Try to simulate the problem on simulator and then use the malloc_history tool. (at least I've found it as the only way yet)

Synatax:

Shell malloc_history process_id memory_address

Keep the track of processid Use the one when application starts.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!