commit | 544a1562d984aa1d76185de808b1a8d0f173987d | [log] [tgz] |
---|---|---|
author | Andriy Naborskyy <andriyn@google.com> | Mon Oct 10 13:10:28 2016 -0700 |
committer | Andriy Naborskyy <andriyn@google.com> | Mon Oct 10 17:29:11 2016 -0700 |
tree | 2b5fb5b532ebe3e6d3d9de68b2bf111953399a6e | |
parent | 2bd94433f8eddb6f35be5e899d4a885b8e1a3717 [diff] |
init: move healthd to late-init Starting healthd in early-init is not needed and can delay coldboot done Now healthd is starting at boot as usual service. Test: check kmsg that healthd starting after /dev/.coldboot_done Bug: 30292927 Change-Id: I367d022f5885122da49181db3db536012e83f564
mm -j && m ramdisk-nodeps && m recoveryimage-nodeps # To boot into the new recovery image # without flashing the recovery partition: adb reboot bootloader fastboot boot $ANDROID_PRODUCT_OUT/recovery.img
# After setting up environment and lunch. mmma -j bootable/recovery # Running the tests on device. adb root adb sync data # 32-bit device adb shell /data/nativetest/recovery_unit_test/recovery_unit_test adb shell /data/nativetest/recovery_component_test/recovery_component_test # Or 64-bit device adb shell /data/nativetest64/recovery_unit_test/recovery_unit_test adb shell /data/nativetest64/recovery_component_test/recovery_component_test