commit | 322a4fbc55ddabcbaa23d703877670bcd6398fa7 | [log] [tgz] |
---|---|---|
author | Andrew Nguyen <andrewtnguyen@google.com> | Tue Jun 18 17:51:50 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Jun 18 17:51:50 2019 +0000 |
tree | c89b1dac55dad59f3e4d4e5cedde09c396e347e1 | |
parent | 08fc0c1377897bbbd810dfd4a7ab86c637c94b7b [diff] | |
parent | a9228c788de46663ce925e5aa9abd34ea1f5be5d [diff] |
Merge "Add new method to CarServiceBase dumpMetrics. Add in wiring to ICarImpl's dump command to only call dumpMetrics if --metrics is given as an option to dumpsys command." into qt-dev
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.