Fix a GPU watchdog V1 bug on X11
The GPU watchdog will not crash if we're not on the TTY of our host X11 server. But simply doing return without calling OnAcknowledge() will stop the watchdog. Add OnAcknowledge() before return to fix this bug. Bug: 1036444 Change-Id: I6d6ce9ebf57a4d7fa2b6f88162afa3a2cb2689d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977307 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by:Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#726890}
Showing
Please register or sign in to comment