Memory leak using "libBacktraceRecording.dylib" in a React Native ios app

When I try to run a basic response to my own application, I see a lot of memory requests libBacktraceRecording.dylib for 544 KB. Same thing with other apps.

enter image description here

Can you help me?

Thanks!

+6
source share
1 answer

You start (possibly a debug build) with backtrace enabled. Disable it in the schematic editor, and these selections will disappear.

enter image description here

+16
source

Source: https://habr.com/ru/post/971522/


All Articles