|
thanks for the quick reply. I'm getting things like this:
I/AlarmManager( 2421): mWakeLock.acquire(500);
I/Z7Service(23911): wakelock acquired: 1
any ideas? I hardly ever use my GPS, and I only use wifi when I need it.
EDIT: My phone had started going into deep sleep again, but stopped as soon as I put my phone in airplane mode. Maybe that has something to do with it? I've also been running more logcats and finding stuff in power manager service, things like:
W/PowerManagerService( 2438): type=PARTIAL_WAKE_LOCK 'AlarmManager'
active (mS=0) activeT=509
W/PowerManagerService( 2438): type=PARTIAL_WAKE_LOCK 'WaitingScreen
Off' active (mS=0) activeT=15
W/PowerManagerService( 2438): mPokeLocks.size=1:
W/PowerManagerService( 2438): pokeLock 1 'PhoneApp'
D/PowerManagerService( 2438): sendNotificationLocked on=false
I/PowerManagerService( 2438): release mScreenOffWakeLock
|