Upcoming: Crash Log Viewer in Settings #459
binaricat
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Crash Log Viewer — Coming Soon
We are adding a built-in Crash Log feature to help diagnose unexpected app behavior (like the issue reported in #452 where closing one SSH session closed the entire app).
What it does
Netcatty will now automatically capture main-process errors and write them to local log files. You can view them directly in Settings > System > Crash Logs.
What gets captured
uncaughtExceptionunhandledRejectionrender-process-goneWhat each log entry contains
ECONNRESET, etc.), syscall, hostname/portHow to use it
Additional details
userData/crash-logs/EPIPEstream teardown) are filtered out to keep logs cleanFor bug reporters
Next time you encounter a crash, the crash log will tell us exactly what happened. No more guessing! Just paste the log entry in your issue and we can pinpoint the root cause.
Tracking PR: #454
Beta Was this translation helpful? Give feedback.
All reactions