commit | 2ac089c9976073bdf45845b9787c828e4b68efe8 | [log] [tgz] |
---|---|---|
author | Eric Jeong <ericjeong@google.com> | Thu Aug 27 17:50:38 2020 -0700 |
committer | Eric Jeong <ericjeong@google.com> | Tue Sep 08 18:53:27 2020 -0700 |
tree | 079deeb5f3e113949344b973d215a43c253076b3 | |
parent | 3a4b6357654f23cc4b85d06b581c166b0423837a [diff] |
Implement VHAL health check - VHAL is supposed to update VHAL_HEARTBEAT at every 3s. - If heart beat is not updated, car watchdog terminates VHAL. - VHAL is no longer a client to car watchdog. So, only car watchdog is dependent on VHAL. Not, the other way around. Bug: 165861394 Test: manual test Change-Id: I4b2975f977936d0770cb4459719639e5544805d1
Native (C++) code format is required to be compatible with .clang-format file. Run
git clang-format --style=file --extension='h,cpp,cc' HEAD~
Note that clang-format is not desirable for Android java files. Therefore the command line above is limited to specific extensions.