commit | f4cc13b242726cd1e331eb92069989e0e163b6c9 | [log] [tgz] |
---|---|---|
author | Oscar Azucena <oscarazu@google.com> | Wed Jun 09 15:53:48 2021 -0700 |
committer | Oscar Azucena <oscarazu@google.com> | Thu Jun 10 14:44:53 2021 -0700 |
tree | 8dfb3bd283f1fa345e3f35a3e357f60c7d4424f0 | |
parent | b4afcc0ec4298f9429361febc9f6cd6d19700632 [diff] |
Excluded string methods in car audio with exclude annotation Marked car audio methods use for getting object string representation with boiler plate annotation to remove them from code converage. Bug: 190628881 Test: m -j, make sure it builds Test: run emulator Test: atest com.android.car.audio Change-Id: Ib0aa0f1aad97334aba5369375fcf22a6de66e4fc
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.