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
[generate_dump] allow to extend dump with plugin scripts. (#1335)
- What I did
Added support for tech support extension scripts.
- How I did it
It looks at /usr/bin/debug-dump for scripts, if it finds one it will execute them and save the output to dump/ folder.
- How to verify it
Write a simple scripts that outputs something and place it under /usr/bin/debug-dump/
Signed-off-by: Stepan Blyshchak <[email protected]>
0 commit comments