Memory Graph collection failure

Memory graph fails to be collected on the latest (afaik) released iOS (13.2.3)/XCode (11.2.1).


LeakAgent crashes with abort() in "DTXChannel serializer queue" thread. XCode shows an error "No reply dictionary received from LeakAgent request".


Tried several iOS versions with no luck. Even 13.3 Beta 4.


How come? What should I do to make it work?


P.S. Target app is a Unity game.

Replies

Typically that means that the LeakAgent process crashed. After a few minutes you may find a crash report for that, in ~/Library/Logs/CrashReporter/MobileDevice on your mac. Filing a bug report about that would be useful. Include the crash log contents, what app you are targeting and what you're doing in that app -- i.e., steps to reproduce the problem, as much as possible.