How to see malloc history for custom keyboard extension in iOS? - TechRepublic
Question
March 1, 2023 at 07:52 AM
himab9688

How to see malloc history for custom keyboard extension in iOS?

by himab9688 . Updated 3 years, 3 months ago

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.

All Comments