mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-13 11:05:46 -07:00
crashReporter: add hl ver
This commit is contained in:
@@ -46,6 +46,8 @@ void CrashReporter::createAndSaveCrash(int sig) {
|
|||||||
|
|
||||||
finalCrashReport += getFormat("Hyprland received signal %d (%s)\n\n", sig, strsignal(sig));
|
finalCrashReport += getFormat("Hyprland received signal %d (%s)\n\n", sig, strsignal(sig));
|
||||||
|
|
||||||
|
finalCrashReport += getFormat("Version: %s\n\n", GIT_COMMIT_HASH);
|
||||||
|
|
||||||
if (!g_pPluginSystem->getAllPlugins().empty()) {
|
if (!g_pPluginSystem->getAllPlugins().empty()) {
|
||||||
finalCrashReport += "Hyprland seems to be running with plugins. This crash might not be Hyprland's fault.\nPlugins:\n";
|
finalCrashReport += "Hyprland seems to be running with plugins. This crash might not be Hyprland's fault.\nPlugins:\n";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user