You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data is saved even in case the application crashes. This might be a killer feature, especially for the most complex code that might be crashing in specific conditions that are very hard to spot
We should investigate if it is somehow possible to intercept a signal of SIGSEGV or SIGABRT and save what we have logged.
The text was updated successfully, but these errors were encountered:
From #37:
We should investigate if it is somehow possible to intercept a signal of SIGSEGV or SIGABRT and save what we have logged.
The text was updated successfully, but these errors were encountered: