commit | 28e4f87f38cae799b494e160467d732e988bad89 | [log] [tgz] |
---|---|---|
author | Jason Sams <jsams@google.com> | Wed Oct 26 17:56:00 2011 -0700 |
committer | Jason Sams <jsams@google.com> | Wed Oct 26 17:56:00 2011 -0700 |
tree | 219579065b0cfe0e61f45ce88fcb164a1771386b | |
parent | 01d24784a5ddece8bb7c5d088bf93c99faa0dc7e [diff] [blame] |
Fix bug where CPU could be stuck spinning Required the wallpaper be animating and the system to have run slowly during the last frame when rendering stopped. bug 5180240 Change-Id: I38c2b6f07a1e36019dd05c77a58973e36d12728c
diff --git a/libs/rs/rsContext.cpp b/libs/rs/rsContext.cpp index 2d51208..948ecf9 100644 --- a/libs/rs/rsContext.cpp +++ b/libs/rs/rsContext.cpp
@@ -279,6 +279,8 @@ rsc->timerSet(RS_TIMER_INTERNAL); rsc->timerPrint(); rsc->timerReset(); + } else { + doWait = true; } }