commit | 94dc34148c117fd3cfb442a348a69dbbb676a5c5 | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Mon Mar 07 23:47:14 2016 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Mar 07 23:47:14 2016 +0000 |
tree | c382122e7824b324082f03b5177e2997a7e29893 | |
parent | 479d9dc2f2601f5858726913e82aac69c1aa22d2 [diff] | |
parent | 3c62b67faf8a25f1dd1c44dc19759c3997fdfd36 [diff] |
Merge "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