For other applications we can enable malloc history and can clearly see the issue causing memory problems but when i am trying to debugg for my custom keyboard extension , i'm unable to fetch the history . I know the fact that custom keyboard extensions run in a separate process from the host app, and iOS does not provide access to the malloc history for other processes but can there be any possibility through which i can see ? Can jailbreaking device provide any sort of help ?
I tried dubbing using memory profiling instruments provided by xcode . I got the number of memory leaks and memory allocations but can't get the in depth history the get the root cause.