commit | c1a7ca0dfd68d366905ecfee9066860a301a5934 | [log] [tgz] |
---|---|---|
author | Ytai Ben-Tsvi <ytai@google.com> | Fri Jun 26 12:08:27 2020 -0700 |
committer | Ytai Ben-Tsvi <ytai@google.com> | Mon Jun 29 12:36:44 2020 -0700 |
tree | 9d8daabd588c8bdcc4712a78aed5d39c114b6d82 | |
parent | bc2a34b1f3c40d2f6b72303afc79f1c2da143dfa [diff] |
Implement a STHAL watchdog This ensure that any soundtrigger HAL calls don't block the soundtrigger middleware service for an excessive time. The HAL process will be rebooted if that ever happens. Change-Id: I649d04df93a2bcbb8d8818a820d22067a92a2d71 Fixes: 158863507 Test: Verified basic operation is maintained. Introduced an artificial HAL hang and verified that the HAL gets rebooted and normal functionality is restored.