mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-09 03:46:00 +01:00
docs: update crash report dirs
This commit is contained in:
parent
3d9bf17f11
commit
5688e24b8a
1 changed files with 7 additions and 7 deletions
|
@ -45,6 +45,13 @@ cat /tmp/hypr/$(ls -t /tmp/hypr/ | head -n 2 | tail -n 1)/hyprland.log
|
|||
|
||||
basically, directories in /tmp/hypr are your sessions.
|
||||
|
||||
## Obtaining the Hyprland Crash Report (v0.22.0beta and up)
|
||||
|
||||
If you have `$XDG_CACHE_HOME` set, the crash report directory is `$XDG_CACHE_HOME/hyprland`. If not, it's `~/.hyprland`
|
||||
|
||||
Go to the crash report directory and you should find a file named `hyprlandCrashReport[XXXX].txt` where `[XXXX]` is the PID of the process that crashed.
|
||||
|
||||
Attach that file to your issue.
|
||||
## Obtaining the Hyprland coredump (v0.21.0beta and below)
|
||||
If you are on systemd, you can simply use
|
||||
```
|
||||
|
@ -58,13 +65,6 @@ coredumpctl info [PID]
|
|||
```
|
||||
where `[PID]` is the PID you remembered.
|
||||
|
||||
## Obtaining the Hyprland Crash Report (v0.22.0beta and up)
|
||||
Go to `~/.hyprland/` and you should find a file named `hyprlandCrashReport[XXXX].txt` where `[XXXX]` is the PID of the process that crashed.
|
||||
|
||||
If you do not see it, make sure you have "show hidden files" enabled in your file manager.
|
||||
|
||||
Attach that file to your issue.
|
||||
|
||||
## Obtaining the debug Hyprland coredump
|
||||
A debug coredump provides more information for debugging and may speed up the process of fixing the bug.
|
||||
|
||||
|
|
Loading…
Reference in a new issue