commit | 68849148fde1b07aa1ca18af92139a144b773413 | [log] [tgz] |
---|---|---|
author | Alexander Aprelev <aam@google.com> | Thu Jan 02 13:03:29 2025 -0800 |
committer | Commit Queue <dart-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Jan 02 13:03:29 2025 -0800 |
tree | 91edf63a5a21beb77b0f7bb5b527c1adc51a7116 | |
parent | 101e028d1f30f8c77776815844e4443ac5cad0c8 [diff] |
[infra] Kill crashpad_handler, which seems to be sometimes hanging around. Fix https://github.com/dart-lang/sdk/issues/59822 Change-Id: Ib79688664a95ab38dc3eab8a49b2f46a477a2eb3 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/402721 Reviewed-by: Siva Annamalai <asiva@google.com> Commit-Queue: Alexander Aprelev <aam@google.com>
diff --git a/tools/task_kill.py b/tools/task_kill.py index 9adebed..c6e6872 100755 --- a/tools/task_kill.py +++ b/tools/task_kill.py
@@ -259,6 +259,7 @@ status += Kill("gen_snapshot", dump_stacks=True) status += Kill("dartaotruntime", dump_stacks=True) status += Kill("flutter_tester", dump_stacks=True) + status += Kill("crashpad_handler", dump_stacks=True) return status