Quote:
Originally Posted by hawhill
Yes, it's a mess to debug such a thing. I hope we catch it sometimes, but debugging a standby mode is always hard - as the device ought to be inactive when everything works out.
|
The serial port is not an option because is frozen every time my kmini goes to sleep (my device battery seems to last the same in both nickel and koreader)
But if I launch (via ssh) a python script that polls battery stats (/sys/devices/platform/pmic_battery.1/power_supply/mc13892_bat/capacity) all the time (ie. without sleep) and write the output to a file my battery drains a lot faster IN STANDBY MODE
So, a (very) dumb question: What happens to background proccesses during standby mode??