summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-04-18 16:34:42 +0200
committerBastien Nocera <hadess@hadess.net>2018-04-18 16:34:42 +0200
commit0840bb266e9aa577f354a3820bbca88e5f168f79 (patch)
treebab5128327e9e6e1c2aa4507d24f9de787cd6857
parenta3c58db73501eccb60e8089ac1e419b4f5a31e2d (diff)
linux: Add a README with a couple of debugging commands
-rw-r--r--src/linux/README.debugging8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/linux/README.debugging b/src/linux/README.debugging
new file mode 100644
index 0000000..5ca525c
--- /dev/null
+++ b/src/linux/README.debugging
@@ -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.