mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
INSTALL.md: Add WIREPLUMBER_DEBUG env variable
Without this, new developers, unfamiliar with pipewire/wireplumber architecture, can easily be confused about why their debug messages are not showing up.
This commit is contained in:
parent
8aaba4fec3
commit
4ef891b047
1 changed files with 3 additions and 3 deletions
|
|
@ -71,12 +71,12 @@ This will use the default config file to configure and start the daemon.
|
|||
The default config will also start `pipewire-media-session`, a default
|
||||
example media session and `pipewire-pulse`, a PulseAudio compatible server.
|
||||
|
||||
You can also enable more debugging with the `PIPEWIRE_DEBUG` environment
|
||||
variable like so:
|
||||
You can also enable more debugging with the `PIPEWIRE_DEBUG` and
|
||||
`WIREPLUMBER_DEBUG` environment variables like so:
|
||||
|
||||
```
|
||||
cd builddir/
|
||||
PIPEWIRE_DEBUG="D" make run
|
||||
PIPEWIRE_DEBUG="D" WIREPLUMBER_DEBUG="D" make run
|
||||
```
|
||||
|
||||
You might have to stop the pipewire service/socket that might have been
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue