Christian Menschel
Christian Menschel
Do you have an example project where you can demonstrate the crash? Are running with `recordBacktraces` ? try turning that off
Do you have any example code that can demonstrate the crash?
@cleexiang is this issue still occurring for you?
do you have backtrace recording enabled? try to disable backtrace record `HINSPDebug.recordBacktraces(false)`
did you try pausing the `program execution` in Xcode (a couple times) to see where it hangs?
thanks... I will investigate it in the next two days. looks like the backtrace recording . You're probably using a large app, right?
alright...I can see the problem...the check for backtracerecord should be much earlier in the flow. There are lots of `OSSpinLockLock` that might cause the freezings. I will check in detail...
I just released https://github.com/tapwork/HeapInspector-for-iOS/releases/tag/1.0.1 could you try this version (backtrace recording = disabled)
@trusk89 thanks for helping, I will need some time to check this in detail. (next week or so) I'll keep you updated