mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-01-06 04:40:10 +01:00
linux: Add a README with a couple of debugging commands
This commit is contained in:
parent
a3c58db735
commit
0840bb266e
1 changed files with 8 additions and 0 deletions
8
src/linux/README.debugging
Normal file
8
src/linux/README.debugging
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
===============
|
||||
Debugging
|
||||
===============
|
||||
|
||||
When filing new bugs, please include information about the
|
||||
output of "upower -d", "/usr/libexec/upowerd -v -r", and:
|
||||
find /sys/class/power_supply/hidpp_battery_1/ -type f -exec echo {} \; -exec cat {} \; -exec echo \;
|
||||
as appropriate.
|
||||
Loading…
Add table
Reference in a new issue