From 634aa2dce753af6ec080b79abb2a699adbce4530 Mon Sep 17 00:00:00 2001 From: Vaxry Date: Wed, 24 Jul 2024 15:12:48 +0200 Subject: [PATCH] bugs: add trace logs --- pages/Crashes and Bugs/_index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/Crashes and Bugs/_index.md b/pages/Crashes and Bugs/_index.md index 650e824..082be8f 100644 --- a/pages/Crashes and Bugs/_index.md +++ b/pages/Crashes and Bugs/_index.md @@ -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. +## 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 First of all, **_READ THE [FAQ PAGE](../FAQ)_**