mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-16 18:15:58 +01:00
bugs: add trace logs
This commit is contained in:
parent
b82b004d13
commit
634aa2dce7
1 changed files with 7 additions and 0 deletions
|
@ -57,6 +57,13 @@ If gdb asks you for symbols, say `y`, if it asks about paging, say `c`.
|
||||||
|
|
||||||
Once you get to `(gdb)`, run `bt -full` and post the output.
|
Once you get to `(gdb)`, run `bt -full` and post the output.
|
||||||
|
|
||||||
|
## Obtaining a trace log
|
||||||
|
|
||||||
|
launch Hyprland with `HYPRLAND_TRACE=1 AQ_TRACE=1` environment variables set.
|
||||||
|
|
||||||
|
These variables will enable _very_ verbose logging and it's not recommended to enable them unless debugging, as they
|
||||||
|
might cause slowdowns and _massive_ log files.
|
||||||
|
|
||||||
## Bugs
|
## Bugs
|
||||||
|
|
||||||
First of all, **_READ THE [FAQ PAGE](../FAQ)_**
|
First of all, **_READ THE [FAQ PAGE](../FAQ)_**
|
||||||
|
|
Loading…
Reference in a new issue