Memory leak with “libBacktraceRecording.dylib” in

2019-01-19 03:41发布

问题:

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!

回答1:

You are running (probably a debug build) with backtrace recording enabled. Disable it in the scheme editor and those allocations will go away.