-
Notifications
You must be signed in to change notification settings - Fork 24
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
Recurrent crashes on Pulse Pro when locally opening exported file .pulse but not when watching live logs on device #42
Comments
Hi again Documentation tells us As I see in the code, More over, I can see my Network Requests in Sorry about that misunderstanding about automatic request logging... but if you've any clue, I'm taking it... Thanks @kean and congrats for this great lib |
Hi again 😅 Sorry to disturb you again, just to add that when I export the Store from the ConsoleView (just found this option at the moment 🥴) and trying to open it on Pulse Pro... this is crashing as well as the extracted And still nothing in Label column... Here is the crashlog:
|
Root cause: I'm going to release a fix in Pulse soon to mitigate this issue, but, ultimately, Pulse Pro needs to be updated to fully support Pulse 3.x. I'm working on a new version, but it's not going to ship any time soon. |
Great to know that this issue is identified 👏 |
I shipped the initial version of the new Pulse macOS app. It's part of the main repo and is designed to be a complete Pulse Pro replacement, but it's just going to be named "Pulse". It's fully updated to support Pulse 3, but it's pre-release software. I would appreciate if you could test it. If remote logging works, that's already going to be a win. There is still a lot of work ahead, but I wanted to ship it early to provide folks with a way to use Pulse 3 to its full extent. I'm not planning to invest any more time in Pulse Pro or its support. |
Thanks a lot, this is working perfectly, no more bug when exporting a LoggerStore 👍 |
Thanks. I pushed a couple of important fixes in 3.6.0-alpha.2. |
Hi !
I've strange behaviors when using Pulse Pro locally on an exported file.
These behaviors DO NOT appear when I'm using PulsePro logger live on devices/simulators where everything works fine...
The fact is that I need to analyse logs (and precisely network requests for your really nicely done Metrics) from a remote device so I need to export them and analyse them locally...
Pulse Pro crashes when tapping on buttons like :
Network view :
or
Any buttons in Filters screen :
How do I export file ?
To export Pulse file from my app, I use email attachment (😅) with attached file produced with
LoggerStore.shared.copy(to:)
as you can see on following code (I've also added a compression but for the purpose of this example it's clearer without it) :where
dumplog
method isRemarks
It also appears that
Label
column is always empty on exported files...What are the crash logs ?
Crash when tapping on Network view button:
Crash when tapping on a filter button:
Do you have any idea about these crashes ?
Thanks for your help
Best regards
Jeremie
The text was updated successfully, but these errors were encountered: