commit | ea595ba2a05a33882c4e8319a836eb0cec40a811 | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bvanassche@google.com> | Fri Oct 21 12:44:02 2022 -0700 |
committer | Bart Van Assche <bvanassche@google.com> | Thu Oct 27 12:17:34 2022 -0700 |
tree | 59d8011919e5df5152d2f3515d36b93edd8a0a42 | |
parent | 874448f4aa562aa1d882ea398383b332110bcfc3 [diff] |
init: Log more information if stopping times out The newly logged information includes the pending signals bitmask (SigPnd). That information allows to determine whether kill() did not deliver a signal or whether SIGCHLD has not been processed in time. This patch is expected to help with root-causing b/254878413. Bug: 254878413 Change-Id: Id33d1fb724163f8e5d4b3edfeb6c4be5321c0d95 Signed-off-by: Bart Van Assche <bvanassche@google.com>