Closed GoogleCodeExporter closed 9 years ago
Eliminated most causes of the inconsistent behavior here. remaining cause
appears to be
in the timing of a wakeup from a prolonged dormancy, the key event gets dropped
on the
floor before we have a chance to finish resuming to handle it. i'm testing a
fix in
which we hold a cpu wake lock, meaning that long dormancy will never cause a
full cpu
sleep. i am testing it because i am wary it might cause a power drain.
Original comment by myLockan...@gmail.com
on 4 Feb 2010 at 7:38
Fixed by telling the CPU we want wake priority. Since we perform no perpetual
function
it does not impact any battery usage, we just retain dormant CPU "attention"
which
allows our key wakeup to always get handled as expected.
Original comment by myLockan...@gmail.com
on 16 Feb 2010 at 5:20
Original issue reported on code.google.com by
myLockan...@gmail.com
on 30 Jan 2010 at 6:26