android - Look for AlarmManager impact on battery? -


i have process i'm running once minute on device. it's fast because while debugging i'm bored of waiting longer that. once minute calls code runs web request , sqlite entries , work may run battery down pretty fast. since i'm running 4.2.2 (specifically cyanogenmod nightlies) have access system > battery can breakdown on apps using battery. process should expect see these alarmmanager calls using battery for? alarmmanager? app? android system? guess comes down me not knowing parent process when alarmmanager interval indicates it's time process.

you can use adb dump information know other processes or apps using alarmmanager

adb shell dumpsys alarm 

Comments

Popular posts from this blog

asp.net mvc 3 - Using mvc3, I need to add a username/password to the sql connection string at runtime -

kineticjs - draw multiple lines and delete individual line -

thumbnails - jQuery image rotate on hover -