commit | 0ffbf529395436d3960ad1b233f730d42171c762 | [log] [tgz] |
---|---|---|
author | Jim Kaye <jameskaye@google.com> | Mon Jul 01 16:10:40 2019 -0700 |
committer | Jim Kaye <jameskaye@google.com> | Wed Jul 03 18:39:19 2019 +0000 |
tree | 1d276ec76eb2ce8f09591d25f1c2e26a91be8422 | |
parent | b9d9213a3a378c50c9459a2be64cefcc70068eff [diff] |
[AAE ADB] Allow 'resume' to terminate Garage Mode We have ADB commands to simulate suspending and resuming an Automotive image: adb shell dumpsys car_service suspend adb shell dumpsys car_service resume If the 'resume' command is given while Garage Mode is active, it should abort Garage Mode and bring the system back up. This CL makes that happen. Fixes: 129790433, 130417653, 133843923, 133845506, 129156711 Test: Verified on Hawk using the ADB commands Change-Id: I199df92129f919f4ab5c7abf302afdf5cc91efbd
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.