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