How to use MallocStackLogging on the device?

Here is how I debug APP with malloc stack history on idevice, it’s really complicate, but I have no other way to deal with an auto release pool memory problem. You need A jailbreak idevice with developer tools installed, then you have gdb. To enable malloc stack loggin, you need set environment variables MallocStackLoggingNoCompact and … Read more