commit | 29770a276204915a60b8eaf0ead407702bd97498 | [log] [tgz] |
---|---|---|
author | felipeal <felipeal@google.com> | Mon Apr 13 17:17:21 2020 -0700 |
committer | felipeal <felipeal@google.com> | Wed Apr 15 11:52:53 2020 -0700 |
tree | 9925a0342fa5d1e9d379ea3cbb47d62871fb34ac | |
parent | 1bfb9d52e6671cbe61f1e5cbbe3f12f60115b426 [diff] |
Added HAL response duration to user metrics. Example: $ adb shell dumpsys car_service --user-metrics | grep HAL HAL response time: +464ms Test: see above Bug: 150222501 Change-Id: I1308e6dcf6022dfe88d0cd5441aeaa174b78050e
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.