commit | c35073a434ecd8341ce0cf2b040c4cd10079f466 | [log] [tgz] |
---|---|---|
author | Felipe Leme <felipeal@google.com> | Fri Aug 30 15:09:54 2019 -0700 |
committer | Felipe Leme <felipeal@google.com> | Fri Aug 30 15:13:42 2019 -0700 |
tree | cabdd5c825454ce34b07f9e7be46367a952a1a28 | |
parent | 4243ff07ba325fcb95b56fd50a79338d809a6220 [diff] |
Added property to disable instrumentation cluster. This is useful when using the emulator. Test: adb shell settings put global android.car.DISABLE_INSTRUMENTATION_SERVICE true Fixes: 140031845 Change-Id: If61d093290b7396a15ee17b1d27689870fb13d3c
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.