linux: Add a README with a couple of debugging commands

This commit is contained in:
Bastien Nocera 2018-04-18 16:34:42 +02:00
parent a3c58db735
commit 0840bb266e

View 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.