FYI, For my tests, I am reading the battery capacity directly, just to
keep it as light weight as possible:

#!/bin/sh
rm -f battery.log
while true
do
        c=$(cat /sys/devices/platform/battery/power_supply/battery/capacity)
        d=$(date "+%d/%m/%Y %H:%M:%S")
        echo "$d $c" >> battery.log
        sleep 2
done

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1372413

Title:
  Extensive battery drain on RTM

To manage notifications about this bug go to:
https://bugs.launchpad.net/canonical-devices-system-image/+bug/1372413/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to