commit | f721b1372f0acb55e066dc02ef14ea75c977d9a7 | [log] [tgz] |
---|---|---|
author | Rui Qiu <ruiqiu@google.com> | Fri Sep 10 12:41:09 2021 -0700 |
committer | Rui Qiu <ruiqiu@google.com> | Mon Sep 13 12:04:10 2021 -0700 |
tree | 8f5dfc74a48f0c460f4c6622f0fc81d4ed3e87f4 | |
parent | bb2cea3338052b62b2d40e8d237791bf75ac1cee [diff] |
Implement delete methods in MetricsConfigStore and ResultStore This CL also uses the deletion methods in CarTelemetryService Bug: 198797367 Bug: 198784116 Test: m RUN_ERROR_PRONE=true CarService Test: m RUN_ERROR_PRONE=true CarServiceUnitTest Test: atest CarServiceUnitTest:CarTelemetryServiceTest Test: atest CarServiceUnitTest:MetricsConfigStoreTest Test: atest CarServiceUnitTest:ResultStoreTest Change-Id: I91c575248aeb1abc88196b654f0683e2fa48570f
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.