That's possible, however looking at the running processes with System Monitor hasn't revealed any insights.
I opened an issue, with an adb bugreport attached: http://code.google.com/p/android/issues/detail?id=2310 If you search the bug report for "Wake lock WifiService", it looks like the overwhelming majority of the time this wake lock is held is being credited to a core system process. I'm not totally sure how to read that part of the report, though (dumpsys batteryinfo). Jesse On Mar 27, 9:50 am, madcoder <[email protected]> wrote: > Yes, one of your apps may have started a service that runs in the > background, and you may be unaware of it... > > On Mar 27, 7:49 pm, MrChaz <[email protected]> wrote: > > > What apps do you have, I suspect one of them is not releasing the lock > > after it finishes running. > > > On Mar 26, 10:05 pm, Jesse McGrew <[email protected]> wrote: > > > > If this isn't the correct forum, please let me know... > > > > I've been having a problem where my G1 basically gets into a mood > > > where it never sleeps. Sometimes it'll go all day at 15% awake time, > > > other times it's 70% or higher, for no apparent reason. For example, > > > right now I'm at 99% uptime, with only 5 minutes of non-awake time out > > > of 7.5 hours. Running "dumpsys power" from an adb shell reveals that > > > WifiService is holding a partial wake lock, and it stays held even if > > > I turn off wifi: > > > > mLocks.size=1: > > > PARTIAL_WAKE_LOCK 'WifiService' activated (minState=0) > > > > I don't think I can blame a particular app for this. The only > > > downloaded app that's always running when this happens (according to > > > System Monitor) is Missed Reminder, but that app doesn't have wifi or > > > networking permissions, and the problem occurred before I installed it > > > anyway. > > > > I suspect this is a bug in the wifi service, but I don't want to open > > > an issue report with no more evidence than that line from "dumpsys > > > power". What other information should I gather to help determine the > > > cause? > > > > Jesse --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
