commit | 3f004e03e59f7efc8c2ea0a6ec682ca0054c5c0b | [log] [tgz] |
---|---|---|
author | Tianjie Xu <xunchang@google.com> | Thu Mar 10 22:13:05 2016 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Mar 10 22:13:05 2016 +0000 |
tree | ac8cfb06933bcedab2b20c955601d2dce968af86 | |
parent | 46c7756b1a4b6f934eee6ec52483eacd6c34354d [diff] | |
parent | d345de66efb919e8c0d09ee5b4d8ae0d443d6c94 [diff] |
Merge "Reboot and retry on I/O errors" into nyc-dev am: d345de66ef -s ours * commit 'd345de66efb919e8c0d09ee5b4d8ae0d443d6c94': 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