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
(rudimentary) support for Linux core dumps. Uploaded .core.gz files are detected and then a command is executed which is configurable (LinuxCommandTemplate). If it generates a .json result file, then a regular report is shown. If it does not generate the json, then the console-output of that script is simply shown. The actual analysis script is not part of this repo (yet).
DebugDiag analysis are automatically created.
It's now configurable if dump-files are downloadable and if they should get deleted after analysis is finished (DeleteDumpAfterAnalysis, DumpDownloadable)