commit | f7af5385dd4fcbdb8775beef55ffc983fcd59875 | [log] [tgz] |
---|---|---|
author | Zhaoming Yin <zhaomingyin@google.com> | Thu Sep 24 16:34:43 2020 -0700 |
committer | Zhaoming Yin <zhaomingyin@google.com> | Tue Oct 06 15:21:15 2020 -0700 |
tree | 42ada23320e1941116a1bc58c408497b946227e0 | |
parent | feedd6130911abbe92502128d0b3108648768e5f [diff] |
Enable trace for evs fuzzers Bug: 169282240 Bug: 169364969 Test: Follow go/android-fuzzing to build and test adb shell setprop log.tag.EvsManagerV1_1 DEBUG Change-Id: I9695b2f4ff77f6bedbd3ab8f7351e8ed2b150693
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.