commit | 56e6011d77f9b4b7a03e17c404046c682bef127c | [log] [tgz] |
---|---|---|
author | Olivier Gaillard <gaillard@google.com> | Thu Oct 19 18:58:23 2023 +0000 |
committer | Olivier Gaillard <gaillard@google.com> | Thu Oct 19 22:41:02 2023 +0000 |
tree | d3361415b5ece67bd9c68bf51b2ceaa1440ccf53 | |
parent | dcc15f09715287115bce1b24b391e3589355bd2a [diff] |
Simplify the mechanism to extend the timeout of the watchdog handlers. The current #setOneOffTimeoutForCurrentThread does not work because by setting the status of the checker to complete a new run will be scheduled quickly after with the previous timeout. Instead we pause the thread for the given time. This is similar to the existing pause/resume mechanism. Change-Id: I0f2977837342c66f58b3e58ff43ed164680238d5 Bug: 223256297