commit | 9a83ca02a32a21f00c7328269ab2c05940928452 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Tue Mar 08 07:44:47 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Tue Mar 08 07:44:47 2016 +0000 |
tree | 53a83e7a981a6000a4b5f572c00e840a679a0713 | |
parent | a1ccc83c8beb0a99b0453104deb6538c163a445f [diff] | |
parent | 90f01a4203de453a2c6b940c39289b629ae3b654 [diff] |
Merge "Reboot and retry on I/O errors" am: 94dc34148c am: 90f01a4203 * commit '90f01a4203de453a2c6b940c39289b629ae3b654': Reboot and retry on I/O errors
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