-
-
Notifications
You must be signed in to change notification settings - Fork 316
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
Crash when hitting "Remove Logs" #242
Comments
I'm running into the same issue. |
Hi, I would appreciate if you could include some more details:
|
i got a same issue too |
@kean Hello, today I had the crash when running on simulator. The steps to reproduce are always the same but the crash doesn't occurs each time : opening the Pulse console and selecting "Remove Logs".
I hope this could help 🤞 |
In some cases but fairly regularly a crash occurs in
Pulse+Extensions.swift
because the functionfunc state(in store: LoggerStore) -> NetworkTaskEntity.State?
is accessing to the propertysession
but because the object (NetworkTaskEntity
) has been deleted the property is nil and Pulse crashs the app.The text was updated successfully, but these errors were encountered: