commit | 4d99b1e556ebcf246441f89a80c1f89a1066890b | [log] [tgz] |
---|---|---|
author | Zhomart Mukhamejanov <zhomart@google.com> | Fri Oct 15 21:36:52 2021 -0700 |
committer | Zhomart Mukhamejanov <zhomart@google.com> | Sat Oct 16 04:39:58 2021 +0000 |
tree | 7a2e6047c1c6f9f1d9e802dacc78d9dad13703a7 | |
parent | 5b5d80cfed2d640504e401e4666edb498d71bff7 [diff] |
[RESTRICT AUTOMERGE] Replace Slog with Slogf in telemetry service. Slogf is used on master branch and using it minimizes the merge conflict. Bug: 203250323 Test: m -j CarService Test: Tested using KitchenSink app and verified logs Change-Id: I434ccba5fc47e6404dc4c33959b94d2b3a29da39
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.