本文介绍了内存泄漏“libBacktraceRecording.dylib”在React Native ios应用程序中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
当我尝试运行一个基本的反应本机应用程序时,我看到很多 libBacktraceRecording.dylib
内存请求为544 KB。与其他应用程序相同。
When I'm trying to run a basic react native application I see a lot of libBacktraceRecording.dylib
memory request for 544 KB. The same thing with another applications.
Can you help me with this?
Thanks!
解决方案
You are running (probably a debug build) with backtrace recording enabled.Disable it in the scheme editor and those allocations will go away.
这篇关于内存泄漏“libBacktraceRecording.dylib”在React Native ios应用程序中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!