Open GoogleCodeExporter opened 8 years ago
If the paint notifications are reasonably accurate and complete then logic that
matches the desktop agents would work well:
- run a 100ms timer
- when paint events come in, mark the screen as dirty
- when the timer fires, only capture a screen shot if the screen is marked as
dirty
Some extra logic can be included to make sure we don't capture too frequently
but that should allow for much better precision.
Original comment by pmee...@chromium.org
on 26 Nov 2012 at 5:16
- We can capture every 100ms, we just don't do it by default due to impact on
load times (I've done it often in the simulator, though my unscientific
impression is that it seems to impact load times there too)
- I don't think we track the "dirty" flag, since I'm not sure we have robust
access to the paint event. We do calculate the dirty frames later before
uploading them.
Original comment by guy...@gmail.com
on 26 Nov 2012 at 5:24
Original issue reported on code.google.com by
z...@google.com
on 26 Nov 2012 at 4:32