commit | cce142029a484f2e89b25cbc561148f7f0b1caee | [log] [tgz] |
---|---|---|
author | Atneya Nair <atneya@google.com> | Mon Sep 05 20:17:50 2022 -0700 |
committer | Atneya Nair <atneya@google.com> | Wed Sep 14 17:01:38 2022 -0700 |
tree | 945af6d391fd1e291e11a4f3fba3efcea4eeb452 | |
parent | 1a5246e5eb01ef7a801ad2eebadef83fd7386124 [diff] |
Abort correct thread on TimeCheck timeout The current TimeCheck implementation leads to incorrect clustering/duping based on the abort stack trace being generated from TimeCheck (running in the watchdog thread). Appropriately signal the timed-out thread, so we receive more accurate stack traces. Test: atest timecheck_tests, manual verification of correct thread stack trace. Bug: 239252933 Bug: 227594853 Change-Id: I5d62581682ae85af269e7e10125343f096e26303