commit | 055db90e36aac4f15365d429028f2e2d02974d22 | [log] [tgz] |
---|---|---|
author | Lakshman Annadorai <lakshmana@google.com> | Fri Nov 19 12:46:10 2021 -0800 |
committer | Lakshman Annadorai <lakshmana@google.com> | Fri Nov 19 12:46:14 2021 -0800 |
tree | 689e0114750fe7dfaf3aff868bc39eb37db5a5ed | |
parent | f7bd853cc001c2b235ba26c50dddd28dd2bb1e08 [diff] |
Update top N UID I/O usage summary limit to system total written bytes. - Top N UID I/O usage summary should be reported even when multiple apps write small amount of data to disk. Test: atest CarWatchdogServiceUnitTest WatchdogStorageUnitTet Bug: 189508862 Change-Id: Iaa981b02e23a5b05a95570c993bb8e6a99c3fd26
Source code for Android Automotive OS.
car_product/ - AAOS product car-builtin-lib/ - A helper library for CarService to access hidden framework APIs car-lib/ - Car API car-lib-module/ - Car API module cpp/ - Native services experimental/ - Experimental Car API and services packages/ - Apps and services for cars service/ - Car service module service-builint - Platform builtin component that runs CarService module tests/ - Tests and sample apps tools/ - Helper scripts
Native (C++) code format is required to be compatible with .clang-format file. The formatter is already integrated to repo
tool. To run manually, use:
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.