DescriptionUpdate last audio tick time during suspend and resume.
If someone suspends their computer and resumes more than a minute
later, the browser io thread may tick before the audio thread can
update the last tick time ==> crash :(
The solution is to disable hang detection during suspend and only
reenable it once resume completes; at which point we can update
the tick count. If we're actually hung, we'll crash after the next
interval elapses.
BUG=471046
TEST=none
Committed: https://crrev.com/615510b0a769e83e36e1d1fb27465abb74bed6b4
Cr-Commit-Position: refs/heads/master@{#322509}
Patch Set 1 #
Total comments: 4
Patch Set 2 : Comments. #Messages
Total messages: 9 (2 generated)
|