Comment 16 for bug 1183065

Revision history for this message
Colin Ian King (colin-king) wrote :

It may be helpful to gather some data to see what's going on. We may be able to get enough insight using powerstat, install it on the device from my PPA with:

sudo add-apt-repository ppa:colin-king/white
sudo apt-get update && sudo apt-get install powerstat

and run it with:

sudo powerstat -d 0 -s > powerstat.log &

let it run for the duration of your testing and kill it with SIGINT,

sudo kill -SIGINT `pidof powerstat`

and attach powerstat.log to the bug report for analysis.