commit | 95588cccf7418450cbdfd0a9fb30b77cc453cdfe | [log] [tgz] |
---|---|---|
author | Selim Gurun <sgurun@google.com> | Thu May 30 13:58:12 2019 -0700 |
committer | Selim Gurun <sgurun@google.com> | Fri May 31 06:03:49 2019 +0000 |
tree | de53aa65a42cafcdd3707647c9de7f82b30c8854 | |
parent | 2d13255f6aa191ddcdee579e7adf74c5ef489934 [diff] |
Cleanup old internal APIs from carbugreportmanagerservice Remove the old internal APIs. Bug: b/133193822 Test: Manual Change-Id: I9bdf401f9a38c1f617aa68532fae8f8deea82f72
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.