commit | 0e1954b674b76e348097a36b4d107ba71b9571ab | [log] [tgz] |
---|---|---|
author | Keun-young Park <keunyoung@google.com> | Fri Oct 18 20:53:26 2019 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Oct 18 20:53:26 2019 +0000 |
tree | 7b2eb45ad63f353d6899a96ca69a0fad0a2b74ca | |
parent | be5e349c3491a8fa46b918fafb59612a8900e54e [diff] | |
parent | c8c565a523d51be265af66c6a335119b2aa6854a [diff] |
Merge "Force car service crash handling to client"
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.