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