Comment 20 for bug 1383277

Revision history for this message
Michael Terry (mterry) wrote : Re: Power dialog sometimes shown on resume

So I've also seen this symptom on my everyday phone (rtm/mako). It's not due to a large wallpaper image, as I use the stock one. But it does seem to happen when the phone's been running for a long time. So maybe high memory use? And the symptom is that I press the power button to turn the screen on, but nothing happens. Then after a few seconds, I press the power button again and I can see the screen turn on and then off again. So I press the power button a third time and it's fine.

So I'm guessing that somewhere in our handling of the power-on press, we hit the same problem as the "greeter-show block" I fixed in the other branch. We're blocking on something that isn't completing while handling the power-button pressed event. Preventing us from handling the "power-button release event" and then causing us to show the shutdown dialog.