-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Everything freezes #24
Comments
do you have backtrace recording enabled? |
@tapwork tried with both, on and off, there's no difference. |
did you try pausing the |
from
|
thanks... |
Ran it now with recordBacktrace(false) and in froze in the same place. Edit: also many thanks @tapwork |
alright...I can see the problem...the check for backtracerecord should be much earlier in the flow. |
You're a gentleman, thanks! |
I just released https://github.com/tapwork/HeapInspector-for-iOS/releases/tag/1.0.1 |
Hello @tapwork So I've manually added it and the good news are:
And the bad news:
|
@trusk89 thanks for helping, I will need some time to check this in detail. (next week or so) I'll keep you updated |
I have exactly the same issue, but no idea. swift 3.2 project. |
Same issue here. |
Currently I don't have the time to go into detail. I need to rethink the whole record feature |
I see the same issue when trying to add the SDK. Is this resolved? |
When I run my app with HeapInspector, I start it in AppDelegate in didFinishLaunching, a couple of seconds in running it, the simulator freezes. Both the record and heap buttons, and everything in my app stops responding to inputs. Issue reproduces both on simulator and on device.
Debug navigator shows like 10-20% CPU activity and about 10mbps of ram, which is regular app usage.
The text was updated successfully, but these errors were encountered: