commit | b236c2c0aa71d60bf7725c719f49f139010f1d8e | [log] [tgz] |
---|---|---|
author | Lakshman Annadorai <lakshmana@google.com> | Wed Feb 24 16:40:51 2021 -0800 |
committer | Lakshman Annadorai <lakshmana@google.com> | Wed Mar 10 15:26:01 2021 -0800 |
tree | 4910dfcfa005665bf596ee885b4c6b01b82a492e | |
parent | 965ef6dacef328264c35467ffc6cdadbf263d01e [diff] |
Implement the native service APIs for I/O overuse usecases. Test: Tested with unit tests. Bug: 167240592 Change-Id: I1fd08c8c4e3b8673ead7a03fd958f411074bcf64
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.