commit | df836abffa39e6f23ef180fc84c4515dc362d28f | [log] [tgz] |
---|---|---|
author | Changyeon Jo <changyeon@google.com> | Fri Jul 02 13:52:46 2021 -0700 |
committer | Changyeon Jo <changyeon@google.com> | Fri Jul 02 20:58:08 2021 +0000 |
tree | a530985d3b0e25455a4b6996d92dbc10646e8b3a | |
parent | f3feeb094c1dbd58da463201705d85f72da6b904 [diff] |
Start evs_manager after /data partition is mounted Because statsd has been removed from the bootstarp apexes, this CL modifies init.car.rc to start evs_manager after /data is mounted when persist.automotive.evs.mode is set to 1. Fix: 192666203 Test: Confirms evs_manager starts properly on google_car product Change-Id: I0eaf7ad418730c618efcb91e5455a93008a1d48c
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.