am 28e4f87f: 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.

* commit '28e4f87f38cae799b494e160467d732e988bad89':
  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.
This commit is contained in:
Jason Sams
2011-10-27 01:25:38 +00:00
committed by Android Git Automerger

View File

@@ -279,6 +279,8 @@ void * Context::threadProc(void *vrsc) {
rsc->timerSet(RS_TIMER_INTERNAL);
rsc->timerPrint();
rsc->timerReset();
} else {
doWait = true;
}
}