CPU load "advancedprivacy" process

if you want to get into the weeds with this, I’m a big advocate of battery-historian. In the 2nd graph tab you can select custom metrics: “CPU, JobScheduler, Doze, Long Wakelocks, Fg process, Screen” on y1, and “battery level” on y2 to see steep declines in battery charge. On hover you can see what is drawing by jobscheduler or wakelock and if your screen is also active, if the battery level decline is justified or if the screen is off but CPU running at all times and keeping the device from sleeping

adb bugreport whos-eating-my-battery.zip

exec and connect to http://localhost:9999 and choose the zipfile

docker run -p 9999:9999 gcr.io/android-battery-historian/stable:3.0 --port 9999

Edit: on my device advanced privacy didn’t hold wakelocks a lot and wasn’t responsible for unusual draw in a 1.8-q /e/

2 Likes